class
BACnet::BitString
- BACnet::BitString
- BinData
- Reference
- Object
Defined in:
bacnet/objects/bit_string.crConstant Summary
-
AFTER_DESERIALIZE =
[] of Nil -
BEFORE_SERIALIZE =
[] of Nil -
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
Instance Method Summary
- #[](index : Int) : Bool
- #[]=(index : Int, state : Bool)
- #[]?(index : Int) : Bool
-
#__format__ : IO::ByteFormat
A
grouporbit_fieldcaptures the endianness at its declaration point, so declaringendianafter one would silently leave it system-endian. - #bitdata : Bytes
- #bitdata=(bitdata : Bytes)
- #ignore : UInt8
- #ignore=(ignore : UInt8)
- #size
- #to_s(io)
Class Method Detail
Instance Method Detail
def __format__ : IO::ByteFormat
#
A group or bit_field captures the endianness at its declaration point, so
declaring endian after one would silently leave it system-endian. Fail loudly.