BaseStation_WriteEeprom
BaseStation_WriteEeprom

Contains logic for the base station write eeprom command

Constants
Packet Information
COMMAND_BYTE

0x78  - The Command ID byte of the write eeprom command

FAIL_BYTE

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

Functions
buildCommand
static ByteStream buildCommand(
uint16 eepromAddress,
uint16 valueToWrite
)

Builds the eeprom write command packet

Parameters
eepromAddress
uint16

The eeprom address to write to on the base station

valueToWrite
uint16

The value to write to the specified eeprom address

Returns

A ByteStream containing the base station write eeprom command