RFID API Documentation  1.0
Reference guide for RFID API
SEC_LLRP_CONFIG Struct Reference

This struct configures parameters for secure mode LLRP operation. More...

Data Fields

BOOLEAN secureMode
 Enable TLS mode of operation for LLRP. More...
 
BOOLEAN validatePeerCert
 Enable validation of peer by verifying its certificate. More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

This struct configures parameters for secure mode LLRP operation.

Field Documentation

◆ secureMode

BOOLEAN SEC_LLRP_CONFIG::secureMode

Enable TLS mode of operation for LLRP.

◆ validatePeerCert

BOOLEAN SEC_LLRP_CONFIG::validatePeerCert

Enable validation of peer by verifying its certificate.

◆ lpReserved

LPVOID SEC_LLRP_CONFIG::lpReserved[4]

Reserved for future.