ClientProtocolType Enumeration |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum ClientProtocolType
Public Enumeration ClientProtocolType
public enum class ClientProtocolType
Members
| Member name | Value | Description |
---|
| Tcp | 6 | |
| Reliable | 6 | |
| Udp | 17 | |
| Unreliable | 17 | |
| Http | 2 | |
| Secure | 4 | |
See Also