Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Public Attributes | List of all members
rfid_reader::rfid_tag Struct Reference

RFID tag structure. Stores data read from SPI. More...

#include <rfid_reader.h>

Public Attributes

uint16_t tag_type
 
uint8_t serial [10] = {0}
 
uint8_t serial_size
 
uint8_t ser_ack [3] = {0}
 
int32_t max_blocks = 64
 
uint8_t page_step = 0
 

Detailed Description

RFID tag structure. Stores data read from SPI.

Definition at line 12 of file rfid_reader.h.

Member Data Documentation

◆ max_blocks

int32_t rfid_reader::rfid_tag::max_blocks = 64

Definition at line 17 of file rfid_reader.h.

◆ page_step

uint8_t rfid_reader::rfid_tag::page_step = 0

Definition at line 18 of file rfid_reader.h.

◆ ser_ack

uint8_t rfid_reader::rfid_tag::ser_ack[3] = {0}

Definition at line 16 of file rfid_reader.h.

◆ serial

uint8_t rfid_reader::rfid_tag::serial[10] = {0}

Definition at line 14 of file rfid_reader.h.

◆ serial_size

uint8_t rfid_reader::rfid_tag::serial_size

Definition at line 15 of file rfid_reader.h.

◆ tag_type

uint16_t rfid_reader::rfid_tag::tag_type

Definition at line 13 of file rfid_reader.h.


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