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