class BACnet::Message
- BACnet::Message
- Reference
- Object
Defined in:
bacnet/message.crConstructors
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::BigEndian) : Message
- .new(network : Nil | BACnet::NPDU = nil, application : BinData | Nil = nil, objects : Array(Object | Objects) = [] of Object | Objects)
Instance Method Summary
- #application : AppLayer | Nil
- #application=(application : AppLayer | Nil)
- #network : NPDU | Nil
- #network=(network : NPDU | Nil)
- #objects : Array(Object | Objects)
- #objects=(objects : Array(Object | Objects))
- #to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::BigEndian)
- #to_slice
Constructor Detail
def self.new(network : Nil | BACnet::NPDU = nil, application : BinData | Nil = nil, objects : Array(Object | Objects) = [] of Object | Objects)
#