Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
String |
Description |
Control for locking and checking the board |
"Set" effect |
Sets a new safety key in the selected board |
"Get" effect |
Returns the validity of the key, which has been previously entered under OemSafetyKey |
Classification
Class |
Board |
Category |
Board Information |
Level |
Expert |
Identifiers
String |
OemSafetyLock |
C, C++ |
MC_OemSafetyLock |
.NET |
MC.OemSafetyLock |
Numerical |
8 |
This parameter, along with OemSafetyKey, provides a method to assign a safety key to the selected board. The key is an 8-byte string of ASCII characters. Any character is allowed. A null character acts as the termination character of the safety key.
The value when "set" is an 8-byte string of ASCII characters. The entered key is stored in the non-volatile memory of the board and cannot be read back. The "set" operation fails if the key is longer than 8 characters. In that case, the returned error code is MC_INVALID_VALUE.
The value when "get" is the string TRUE or FALSE.
See also Board Security Feature.