CameraHealthFanGroupValue Property |
Whether the fan is operating as expected, or stopped unexpectedly.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic Nullable<CameraHealthFanGroupValueOption> Value { get; set; }Public Property Value As Nullable(Of CameraHealthFanGroupValueOption)
Get
Set
public:
property Nullable<CameraHealthFanGroupValueOption> Value {
Nullable<CameraHealthFanGroupValueOption> get ();
void set (Nullable<CameraHealthFanGroupValueOption> value);
}Property Value
Type:
NullableCameraHealthFanGroupValueOption
See Also