Class DeviceTopic
A model that can be serialized and used to subscribe to a related Topic
on a messaging service.
Namespace: Unity.DigitalTwins.Live.Sdk.Utilities
Assembly: solution.dll
Syntax
[Serializable]
public class DeviceTopic
Fields
DeviceId
The ID of the Device.
Declaration
public string DeviceId
Field Value
Type | Description |
---|---|
String |
FacilityId
The ID of the Facility containing the Device.
Declaration
public string FacilityId
Field Value
Type | Description |
---|---|
String |