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