Struct GPAToken

Struct Documentation

struct GPAToken

Token bitfield that is used to uniquely identify each API call.

Public Functions

GPAToken()
GPAToken(uint8_t _api, uint16_t _class, uint32_t _function)
bool operator!=(GPAToken const &other) const

Public Members

uint32_t _function
uint16_t _class
uint8_t _api
uint8_t _reserved