Esempio n. 1
0
 public static extern bool CLIENT_SearchDevicesByIPs(ref NET_DEVICE_IP_SEARCH_INFO pIpSearchInfo, fSearchDevicesCB cbSearchDevices, IntPtr dwUserData, string szLocalIp, uint dwWaitTime);
Esempio n. 2
0
 private static extern Int32 CLIENT_StartSearchDevices(fSearchDevicesCB cbSearchDevices, IntPtr pUserData, IntPtr szLocalIp);
Esempio n. 3
0
 public static extern IntPtr CLIENT_StartSearchDevices(fSearchDevicesCB cbSearchDevice, IntPtr pUserData, IntPtr szLocalIp);
Esempio n. 4
0
 //CLIENT_API void CALL_METHOD CLIENT_SetSnapRevCallBack(fSnapRev OnSnapRevMessage, DWORD dwUser);
 public static Int32 NETStartSearchDevices(fSearchDevicesCB cbSearchDevices, IntPtr pUserData, IntPtr szLocalIp)
 {
     return CLIENT_StartSearchDevices(cbSearchDevices, pUserData, szLocalIp);
 }