RtspMessageType Enumeration |
Enumeration to indicate the type of RtspMessage
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum RtspMessageType
Public Enumeration RtspMessageType
public enum class RtspMessageType
Members
| Member name | Value | Description |
---|
| Invalid | 0 |
Invalid message
|
| Request | 1 |
Request message
|
| Response | 2 |
Response message
|
See Also