GenericTransportParam Constructor (TransportParamType, String) |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.CameraTransportParamType
- value
- Type: SystemString
See Also