neMESYS SDK
20150729
|
Initialize communication to device. More...
Functions | |
NCS_Func long __stdcall | NCS_CloseDevice (ncs_hdl hDevice) |
Closes connection and frees all resources. More... | |
NCS_Func long __stdcall | NCS_OpenDevice (unsigned char bShowStatusWnd, ncs_hdl *phDevice) |
Opens a connection for sending and receiving data. More... | |
Initialize communication to device.
This group defines all required functions to initialize a correct communication to the device.
NCS_Func long __stdcall NCS_CloseDevice | ( | ncs_hdl | hDevice | ) |
Closes connection and frees all resources.
[in] | hDevice | Valid device handle |
NCS_Func long __stdcall NCS_OpenDevice | ( | unsigned char | bShowStatusWnd, |
ncs_hdl * | phDevice | ||
) |
Opens a connection for sending and receiving data.
[in] | bShowStatusWnd | If true it displays a status window during initialisation search for dosing units. |
[out] | phDevice | If the error code is ERR_NOERR then this parameter returns a valid device handle to a neMESYS dosing system consisting of multiple neMESYS devices. |