mdtStandby (Function) |
Top Previous Next |
This function controls the power of the MDT. By using this function, the VPL program can set the MDT on standby or wake it from standby - for example in case of the "PowerUP" key press event returned from mdtGetKey(). Also see mdtPower().
Input: enable : BOOL
Returns: INT
Declaration: FUNCTION mdtStandby : INT;
Example: INCLUDE rtcu.inc |