CameraPort Constructor (CameraProtocolType, Boolean, Int32) |
Initializes a new instance of the
CameraPort class
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public CameraPort(
CameraProtocolType name,
bool supported,
int[] port = null
)
Public Sub New (
name As CameraProtocolType,
supported As Boolean,
Optional port As Integer() = Nothing
)
public:
CameraPort(
CameraProtocolType name,
bool supported,
array<int>^ port = nullptr
)
new :
name : CameraProtocolType *
supported : bool *
?port : int[]
(* Defaults:
let _port = defaultArg port null
*)
-> CameraPort
Parameters
- name
- Type: Ozeki.CameraCameraProtocolType
- supported
- Type: SystemBoolean
- port (Optional)
- Type: SystemInt32
See Also