GenericTransportParam Constructor (String, String) |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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