EnableNetworkCom Method - neoVI API
int _stdcall icsneoEnableNetworkCom(int hObject,int lEnable);Public Declare Function icsneoEnableNetworkCom Lib “icsneo40.dll” (ByVal hObject As Integer, ByVal lEnable As Integer) As Integer[DllImport(“icsneo40.dll”)] public static extern int icsneoEnableNetworkCom(int hObject, int lEnable);Examples
icsneoEnableNetworkCom(m_hObject,0);Call icsneoEnableNetworkCom(m_hObject, 0)icsNeoDll.icsneoEnableNetworkCom(m_hObject,0);Last updated