class BACnet::SecureMessage
- BACnet::SecureMessage
- Reference
- Object
Defined in:
bacnet/secure_message.crConstructors
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::BigEndian) : SecureMessage
- .new(data_link : BACnet::SecureBVLCI, network : Nil | BACnet::NPDU = nil, application : BinData | Nil = nil, objects : Array(BACnet::Object) = [] of Object)
Instance Method Summary
- #application : AppLayer | Nil
- #application=(application : AppLayer | Nil)
- #data_link : SecureBVLCI
- #data_link=(data_link : SecureBVLCI)
- #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::SecureBVLCI, network : Nil | BACnet::NPDU = nil, application : BinData | Nil = nil, objects : Array(BACnet::Object) = [] of Object)
#