CameraProtocolTypeExAsOnvifType Method |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static NetworkProtocolType AsOnvifType(
CameraProtocolType protocol
)
Public Shared Function AsOnvifType (
protocol As CameraProtocolType
) As NetworkProtocolType
public:
static NetworkProtocolType AsOnvifType(
CameraProtocolType protocol
)
static member AsOnvifType :
protocol : CameraProtocolType -> NetworkProtocolType
Parameters
- protocol
- Type: Ozeki.CameraCameraProtocolType
Return Value
Type:
NetworkProtocolType
See Also