CueSDKInitializedDevices Property |
Gets all initialized devices managed by the CUE-SDK.
Namespace:
CUE.NET
Assembly:
CUE.NET (in CUE.NET.dll) Version: 1.1.2.0 (1.1.2.0)
Syntaxpublic static IEnumerable<ICueDevice> InitializedDevices { get; }
Public Shared ReadOnly Property InitializedDevices As IEnumerable(Of ICueDevice)
Get
Property Value
Type:
IEnumerableICueDevice
See Also