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