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