LCD Close
Jump to navigation
Jump to search
Definition
INT LCD_Close ( <INT device> )
Closes a connection to an LCDscreen.
Parameters
INT device | - Number of the device. |
Returns
INT : LCD.DLL Errorcodes
LCD_ERROR_NONE | - 0 | - No error. |
LCD_ERROR_SERVICEINACTIVE | - -14 | - The service is inactive. |
LCD_ERROR_INVALIDPARAMETER | - -22 | - Invalid parameter. |