Auki::ConjureKit::Domains::IDeviceInfo
Information related to a device.
Inherited by Auki.ConjureKit.Domains.PoseInDomain
Public Properties
| Name | |
|---|---|
| string | DeviceId Gets the unique identifier of the device. |
| string | DeviceName Gets the name of the device. |
| string | DeviceModel Gets the model of the device. |
Public Property Documentation
property DeviceId
string DeviceId;
Gets the unique identifier of the device.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::DeviceId
property DeviceName
string DeviceName;
Gets the name of the device.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::DeviceName
property DeviceModel
string DeviceModel;
Gets the model of the device.
Reimplemented by: Auki::ConjureKit::Domains::PoseInDomain::DeviceModel