C API for BALTECH SDK

§ BRP_SECMODE_PLAIN

#define BRP_SECMODE_PLAIN   1

Same as BRP_SECMODE_STD, except that encryption is disabled.

To guarantee Authentication and Replay Protection a 8 Byte signature is appended to every command/response.

This mode is useful if no sensible data is transferred but you want to be able to monitor the transferred commands (i.e. for logging purposes).

Can only be used instead of BRP_SECMODE_STD.

Definition at line 68 of file security_protocol.h.