GenericTransportParam Constructor (TransportParamType, String) |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.CameraTransportParamType
- value
- Type: SystemString
See Also