BaseStation_ReadEeprom
BaseStation_ReadEeprom

Contains logic for the base station read eeprom command

Constants
Packet Bytes
COMMAND_BYTE

0x73  - The Command ID byte for the read eeprom command

FAIL_BYTE

0x21  - The Fail Response ID byte for the read eeprom command

Functions
buildCommand
static ByteStream buildCommand(
uint16 eepromAddress
)

Builds the eeprom read command packet

Parameters
eepromAddress
uint16

The eeprom address to read from the base station

Returns

A ByteStream containing the base station read eeprom command