CameraPort Constructor (CameraProtocolType, Boolean, Int32) |
Initializes a new instance of the
CameraPort class
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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