class Ashrae::DeviceAddress
- Ashrae::DeviceAddress
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
ashrae/bacnet_models.crConstructors
- .new(ip : String, id : UInt32 | Nil, net : UInt16 | Nil, addr : Nil | String)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(ip : String, id : UInt32 | Nil, net : UInt16 | Nil, addr : Nil | String)
#