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 |
Testing a safety key |
"Set" effect |
Sets a safety key string for the purpose of key checking |
"Get" effect |
|
Classification
Class |
Board |
Category |
Board Information |
Level |
Expert |
Identifiers
String |
OemSafetyKey |
C, C++ |
MC_OemSafetyKey |
.NET |
MC.OemSafetyKey |
Numerical |
9 |
This parameter, along with OemSafetyLock, provides a method to assign a safety key to the selected board. The key is implemented as a an 8-byte string of ASCII characters. Any character is allowed. A null character acts as the termination character of the safety key.
The key is stored in the non-volatile memory of the board and cannot be read back.
The validity of the key is returned by OemSafetyLock.
A "set" operation on the OemSafetyLock parameter fails if the key is longer than 8 characters. The returned error code is MC_INVALID_VALUE.
See also Board Security Feature.