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