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