예제 #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);