RtspStateHandlerState Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic RtspState State { get; set; }
Public Property State As RtspState
Get
Set
public:
property RtspState State {
RtspState get ();
void set (RtspState value);
}
member State : RtspState with get, set
Property Value
Type:
RtspState
See Also