GenericTransportParam(String, String) Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 String
-
- value String
-
See Also