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