RtspMessageStatusCode Property |
Indicates the StatusCode of the RtspResponse
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic RtspStatusCode StatusCode { get; set; }
Public Property StatusCode As RtspStatusCode
Get
Set
public:
property RtspStatusCode StatusCode {
RtspStatusCode get ();
void set (RtspStatusCode value);
}
member StatusCode : RtspStatusCode with get, set
Property Value
Type:
RtspStatusCode
See Also