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