Machine Vision Camera SDK (DotNet) Developer Guide
Chapter 4 API Reference
4.1 General
4.1.1 MvCamCtrl.NET::MyCamera::MV_CC_GetSDKVersion_NET
Get SDK version No.
API Definition
static uint MV_CC_GetSDKVersion_NET(
);
Return Value
Return SDK version No.:
|Main |Sub |Revision|Test
|8bits|8bits|8bits |8bits
Remarks
For example, if the return value is 0x01000001, the SDK version is V1.0.0.1.
4.1.2 MvCamCtrl.NET::MyCamera::MV_CC_EnumerateTls_NET
Enumerate supported device type (transport layer type)
API Definition
static int MV_CC_EnumerateTls_NET(
);
Return Value
Return supported device type, which is represented by bit, supporting multiple selection. The
available protocol types are shown below:
Macro Definition
Value
Description
MyCamera.MV_UNKNOW_DEVICE
0x00000000 Unknown Device Type
MyCamera.MV_GIGE_DEVICE
0x00000001 GigE Device
MyCamera.MV_1394_DEVICE
0x00000002 1394-a/b Device
MyCamera.MV_USB_DEVICE
0x00000004 USB3.0 Device
MyCamera.MV_CAMERALINK_DEVICE
0x00000008 CameraLink Device
18
    "