CameraHealthFromSerialized Method |
Construct a new CameraHealth instance from a previously serialized string
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic static CameraHealth FromSerialized(
string value
)
Public Shared Function FromSerialized (
value As String
) As CameraHealth
public:
static CameraHealth^ FromSerialized(
String^ value
)
Parameters
- value
- Type: SystemString
Return Value
Type:
CameraHealth
Remarks
See Also