Example #1
0
 internal static extern int MV_SC_CreateHandleEx(ref IntPtr handle
                                                 , ref DeviceInfomation pstDevInfo
                                                 , ushort nDevPort
                                                 , bool bLogEnable);
Example #2
0
 internal static extern int MV_SC_CreateHandle(ref IntPtr handle, ref DeviceInfomation pstDevInfo);
Example #3
0
 internal static extern ErrorCode CreateHandle(ref IntPtr handle, ref DeviceInfomation deviceInfomation);
Example #4
0
 internal static extern ErrorCode GetDeviceInfo(uint nDeviceIp, ref DeviceInfomation pstDeviceInfo);
Example #5
0
 internal static extern ErrorCode GetDeviceInfo(uint deviceIpAddress, ref DeviceInfomation deviceInfomation);