TransportSpecGetParam Method |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic TransportParam GetParam(
TransportParamType type
)
Public Function GetParam (
type As TransportParamType
) As TransportParam
public:
TransportParam^ GetParam(
TransportParamType type
)
member GetParam :
type : TransportParamType -> TransportParam
Parameters
- type
- Type: Ozeki.CameraTransportParamType
Return Value
Type:
TransportParam
See Also