class Response

Defined in:

2_means_to_an_end.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [Response]
PARTS = [{type: "basic", name: mean, cls: Int32, onlyif: nil, verify: nil, value: nil}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.bit_fields #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def mean : Int32 #

def mean=(mean : Int32) #

Macro Detail

macro data(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro response(name, onlyif = nil, verify = nil, value = nil) #

[View source]