OnvifRequestType Enumeration |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum OnvifRequestType
Public Enumeration OnvifRequestType
public enum class OnvifRequestType
Members
| Member name | Value | Description |
---|
| GetStreamUri | 0 | |
| GetSystemDateAndTime | 1 | |
| GetCapabilities | 2 | |
| GetProfiles | 3 | |
| GetProfile | 4 | |
| GetScopes | 5 | |
| GetDeviceInformation | 6 | |
| GetDNS | 7 | |
| GetNTP | 8 | |
| GetNetworkInterfaces | 9 | |
| GetVideoEncoderConfiguration | 10 | |
| GetVideoSources | 11 | |
| GetVideoSourceConfiguration | 12 | |
| GetServices | 13 | |
| GetEventProperties | 14 | |
| GetMetadataConfiguration | 15 | |
| Unknown | 16 | |
See Also