struct Crow::MsgHdr

Defined in:

libcrow/MsgHdr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def flags : UInt8 #

[View source]
def flags=(flags : UInt8) #

[View source]
def initialize #

[View source]
def magic : Array(Char) #

[View source]
def magic=(magic : Array(Char)) #

[View source]
def version : UInt8 #

[View source]
def version=(version : UInt8) #

[View source]