StopSocketServer Method - neoVI API
int _stdcall icsneoStopSockServer(int hObject);Public Declare Function icsneoStopSockServer Lib “icsneo40.dll” (ByVal hObject As Integer) As Integer[DllImport(“icsneo40.dll”)] public static extern int icsneoStopSockServer(int hObject);Examples
icsneoStopSockServer(hObject);bStatus = icsneoStopSockServer(m_hObject) '// stop the socket serveriStatus = icsNeoDll.icsneoStopSockServer(m_hObject); // stop the socket serverLast updated