class BACnet::BitString

Defined in:

bacnet/objects/bit_string.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [BACnet::BitString]
PARTS = [{type: "basic", name: ignore, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil
REMAINING = [{type: "bytes", name: bitdata, onlyif: nil, verify: nil}] of Nil

Class Method Summary

Macro Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

[View source]

Macro Detail

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

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

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

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

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

[View source]

Instance Method Detail

def [](index : Int) : Bool #

[View source]
def []=(index : Int, state : Bool) #

[View source]
def []?(index : Int) : Bool #

[View source]
def __format__ : IO::ByteFormat #

[View source]
def bitdata : Bytes #

def bitdata=(bitdata : Bytes) #

def ignore : UInt8 #

def ignore=(ignore : UInt8) #

def size #

[View source]