module BACnet::Client::Message::IAm
Extended Modules
Defined in:
bacnet/client/message/i_am.crInstance Method Summary
- #build(message, object_id : ObjectIdentifier, max_adpu_length : Int, segmentation_supported : SegmentationSupport, vendor_id : Int, network : UInt16 | Nil = nil, address : String | Bytes | Nil = nil)
- #parse(message)
Instance Method Detail
def build(message, object_id : ObjectIdentifier, max_adpu_length : Int, segmentation_supported : SegmentationSupport, vendor_id : Int, network : UInt16 | Nil = nil, address : String | Bytes | Nil = nil)
#