GenericTransportParam(TransportParamType, String) Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic GenericTransportParam(
TransportParamType type,
string value
)
Public Sub New (
type As TransportParamType,
value As String
)
public:
GenericTransportParam(
TransportParamType type,
String^ value
)
new :
type : TransportParamType *
value : string -> GenericTransportParam
Parameters
- type TransportParamType
-
- value String
-
See Also