module BACnet::Client::Message::WriteProperty
Extended Modules
Defined in:
bacnet/client/message/write_property.crInstance Method Summary
- #build(message, object_id : ObjectIdentifier, property_id : PropertyIdentifier::PropertyType | PropertyIdentifier, objects : Array(Object | Objects) | Array(Object) | Array(Objects) | Object | Objects, index : Int | Nil = nil, priority : Int | Nil = nil, network : UInt16 | Nil = nil, address : String | Bytes | Nil = nil)
- #parse(message)
Instance Method Detail
def build(message, object_id : ObjectIdentifier, property_id : PropertyIdentifier::PropertyType | PropertyIdentifier, objects : Array(Object | Objects) | Array(Object) | Array(Objects) | Object | Objects, index : Int | Nil = nil, priority : Int | Nil = nil, network : UInt16 | Nil = nil, address : String | Bytes | Nil = nil)
#