#include <serial_reader_imp.h>
Public Attributes | |
uint8_t | port |
uint16_t | readPower |
uint16_t | writePower |
Per-port power levels. Used by TMR_SR_cmd{Get,Set}AntennaPortPowers
Definition at line 278 of file serial_reader_imp.h.
uint8_t TMR_SR_PortPower::port |
The port number.
Definition at line 281 of file serial_reader_imp.h.
uint16_t TMR_SR_PortPower::readPower |
The power level to use for read operations, in centidBm.
Definition at line 283 of file serial_reader_imp.h.
uint16_t TMR_SR_PortPower::writePower |
The power level to use for write operations, in centidBm.
Definition at line 285 of file serial_reader_imp.h.