Skip to main content

Auki::ConjureKit::Domains::IDeviceInfo

Information related to a device.

Inherited by Auki.ConjureKit.Domains.PoseInDomain

Public Properties

Name
stringDeviceId
Gets the unique identifier of the device.
stringDeviceName
Gets the name of the device.
stringDeviceModel
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