This class represents an Application Protocol Data Unit.
APDU(uint8_t *data, CemiFrame &frame)
The constructor.
void printPDU()
Print the contents of the APDU to console.
ApduType type()
Get the type of the APDU.
uint8_t * data()
Get a pointer to the data.
uint8_t length() const
Get the length of the APDU.
CemiFrame & frame()
Get the CemiFrame this APDU is part of.