RtspMessageStatusCode Property |
Indicates the StatusCode of the RtspResponse
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
RtspStatusCodeSee Also