class BACnet::Objects
- BACnet::Objects
- Reference
- Object
Overview
needs to quack like an Object
Defined in:
bacnet/objects.crConstructors
Class Method Summary
-
.parse_object_list(objects : Array(Object | Objects)) : Array(Object | Objects)
this groups all the nested objects for simplified processing
Instance Method Summary
- #closing?
- #context_specific : Bool
- #is_null?
- #objects : Array(Object | Objects)
- #opening?
- #short_tag : UInt8
- #tag
- #to_bit_string
- #to_bool
- #to_date
- #to_encoded_string
- #to_f32
- #to_f64
- #to_i
- #to_i16
- #to_i32
- #to_i64
- #to_i8
- #to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::BigEndian)
- #to_object_id
- #to_property_id
- #to_slice
- #to_string
- #to_time
- #to_u16
- #to_u32
- #to_u64
- #to_u8
- #value
Constructor Detail
Class Method Detail
this groups all the nested objects for simplified processing