CryptoAuthLib
Atmel CryptoAuthentication Library
ATCAPacket Struct Reference

an ATCA packet structure. This is a superset of the packet transmitted on the wire. It's also used as a buffer for receiving the response More...

#include <atca_command.h>

Data Fields

uint8_t _reserved
 
uint8_t txsize
 
uint8_t opcode
 
uint8_t param1
 
uint16_t param2
 
uint8_t data [130]
 
uint8_t execTime
 
uint16_t rxsize
 

Detailed Description

an ATCA packet structure. This is a superset of the packet transmitted on the wire. It's also used as a buffer for receiving the response

Field Documentation

uint8_t _reserved
uint8_t data[130]
uint8_t execTime
uint8_t opcode
uint8_t param1
uint16_t param2
uint16_t rxsize
uint8_t txsize