class BACnet::Client::DeviceRegistry::ObjectInfo
- BACnet::Client::DeviceRegistry::ObjectInfo
- Reference
- Object
Defined in:
bacnet/client/device_registry.crConstructors
Instance Method Summary
- #address : String | Nil
- #address=(address : String | Nil)
- #changed : ::Time
- #changed=(changed : ::Time)
- #instance_id
- #ip_address : Socket::IPAddress
- #ip_address=(ip_address : Socket::IPAddress)
- #name : String
- #name=(name : String)
- #network : UInt16 | Nil
- #network=(network : UInt16 | Nil)
-
#object_ptr : BACnet::ObjectIdentifier
Connection details
-
#object_ptr=(object_ptr : BACnet::ObjectIdentifier)
Connection details
- #object_type
- #ready=(ready : Bool)
- #ready? : Bool
- #sync_value(client)
- #unit : BACnet::Unit | Nil
- #unit=(unit : BACnet::Unit | Nil)
- #value : BACnet::Object | Nil
- #value=(value : BACnet::Object | Nil)
- #value=(value : Nil | BACnet::Object)
Constructor Detail
def self.new(ip_address : Socket::IPAddress, object_ptr : BACnet::ObjectIdentifier, network : UInt16 | Nil, address : Nil | String)
#