Class DataAssociatedSignal
Represents a signal for when data is associated.
Namespace: Unity.DigitalTwins.Live.Sdk.Signals
Assembly: solution.dll
Syntax
public class DataAssociatedSignal
Properties
MatchedDevices
Returns the list of devices that have been successfully associated with a geometry value.
Declaration
public IEnumerable<Device> MatchedDevices { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Device> |