Contains all of the Histogram options that can be configured for a WirelessNode.
Gets the transmit rate set in this options object, as a WirelessTypes::WirelessSampleRate.
void transmitRate( |
| ) |
Sets the transmit rate in this options object.
rate | The transmit rate (as a WirelessTypes::WirelessSampleRate) to set. |
Gets the bins start set in this options object.
void binsStart( |
| ) |
Sets the bins start in this options object.
start uint16 | The start of the first bin in the Histogram. |
Gets the bins size set in this options object.
void binsSize( |
| ) |
Sets the bins size in this options object.
size uint16 | The size of each bin in the Histogram. |