Class LiveDeviceUpdatedSignal
Represents a signal for when a LiveDevice updates.
Namespace: Unity.DigitalTwins.Live.Sdk.Signals
Assembly: solution.dll
Syntax
[Serializable]
public class LiveDeviceUpdatedSignal
Properties
LiveDevice
The updated LiveDevice.
Declaration
public LiveDevice LiveDevice { get; set; }
Property Value
Type | Description |
---|---|
LiveDevice |