MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Board Class > Board Information Category > Expert Level (Board Information) > OemSafetyLock

OemSafetyLock

Picolo Junior 4

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.