hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
Data Fields
nbt_file_access_policy_t Struct Reference

Store the file access condition for both NFC and I2C (read/write operation) interface with FileID. More...

#include <infineon/nbt-cmd.h>

Data Fields

uint16_t file_id
 2 bytes of FileID
 
uint8_t i2c_read_access_condition
 I2C read access condition (always, never access condition, and password protected with password ID)
 
uint8_t i2c_write_access_condition
 I2C write access condition (always, never access condition, and password protected with password ID)
 
uint8_t nfc_read_access_condition
 NFC read access condition (always, never access condition, and password protected with password ID)
 
uint8_t nfc_write_access_condition
 NFC write access condition (always, never access condition, and password protected with password ID)
 

Detailed Description

Store the file access condition for both NFC and I2C (read/write operation) interface with FileID.

Definition at line 184 of file nbt-cmd.h.

Field Documentation

◆ file_id

uint16_t nbt_file_access_policy_t::file_id

2 bytes of FileID

Definition at line 189 of file nbt-cmd.h.

◆ i2c_read_access_condition

uint8_t nbt_file_access_policy_t::i2c_read_access_condition

I2C read access condition (always, never access condition, and password protected with password ID)

Definition at line 195 of file nbt-cmd.h.

◆ i2c_write_access_condition

uint8_t nbt_file_access_policy_t::i2c_write_access_condition

I2C write access condition (always, never access condition, and password protected with password ID)

Definition at line 201 of file nbt-cmd.h.

◆ nfc_read_access_condition

uint8_t nbt_file_access_policy_t::nfc_read_access_condition

NFC read access condition (always, never access condition, and password protected with password ID)

Definition at line 207 of file nbt-cmd.h.

◆ nfc_write_access_condition

uint8_t nbt_file_access_policy_t::nfc_write_access_condition

NFC write access condition (always, never access condition, and password protected with password ID)

Definition at line 213 of file nbt-cmd.h.


The documentation for this struct was generated from the following file: