boardSetPasswordAlt (Function) |
Top Previous Next |
boardSetPasswordAlt sets the alternative password that is used by the RTCU IDE (or any other RACP1/RACP2) client that will authenticate itself to the device.
The alternative password is only enabled when a primary password is set, see boardSetPassword for more information.
Input: curpsw : STRING (Max 20 characters) The current password. Must be correct to set new password.
newpsw : STRING (Max 20 characters) The new password.
Returns: BOOL
Declaration: FUNCTION boardSetPasswordAlt : BOOL;
Example: INCLUDE rtcu.inc |