Gets the current state of the device.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic DeviceState State { get; }
Public ReadOnly Property State As DeviceState
Get
public:
property DeviceState State {
DeviceState get ();
}
member State : DeviceState with get
Property Value
Type:
DeviceState
See Also