MJPEGConnectionInitialized Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic bool Initialized { get; set; }Public Property Initialized As Boolean
Get
Set
public:
virtual property bool Initialized {
bool get () sealed;
void set (bool value) sealed;
}abstract Initialized : bool with get, set
override Initialized : bool with get, set
Property Value
BooleanImplements
IOzBaseCamera.Initialized
See Also