BaseStationInfo

Holds information (read from eeprom) about a BaseStation.

Functions
BaseStationInfo
BaseStationInfo(
const BaseStation_Impl &base
)

Creates a BaseStationInfo object from a BaseStation.

Parameters
base

The BaseStation_Impl to get the info for.

Exceptions
BaseStationInfo
BaseStationInfo(
Version fw,
WirelessModels::BaseModel model,
WirelessTypes::RegionCode region
)

Creates a BaseStationInfo object.

Parameters
fw

The firmware Version of the BaseStation.

model

The WirelessModels::BaseModel of the BaseStation.

region

The WirelessTypes::RegionCode of the BaseStation.

Variables
firmwareVersion
Version firmwareVersion

The firmware Version of the BaseStation.

model
WirelessModels::BaseModel model

The WirelessModels::BaseModel of the BaseStation.

regionCode
WirelessTypes::RegionCode regionCode

The WirelessTypes::RegionCode of the BaseStation.