#include <e32std.h>
#include <lbs/lbslocationcommon.h>
Go to the source code of this file.
Typedefs | |
typedef RArray < TLbsGsmNeighbourCellInfo > | RLbsGsmNeighbourCellInfoArray |
Functions | |
NONSHARABLE_CLASS (TLbsGsmNeighbourCellInfo) |
NONSHARABLE_CLASS | ( | TLbsGsmNeighbourCellInfo | ) |
This class contains information related to a GSM neighbouring cell information.
Allocates and constructs a new neighbour GSM cell info object. In the returned instance all data is marked as undefined
Allocates and constructs a new neighbour GSM cell info object.
[in] | aARFCN | Absolute Radio Frequency Channel Number |
[in] | aBSIC | Base station identity (colour) code. |
[in] | aRxLev | Rx level. |
Sets the Absolute Radio Frequency Channel Number.
[in] | aARFCN | Absolute Radio Frequency Channel Number, range 0..1023. |
Retrieves the Absolute Radio Frequency Channel Number.
Sets the Base station identity (colour) code.
[in] | iBSIC | Base station identity code, range 0..63. |
Retrieves the Base station identity code.
Sets the Rx level.
[in] | aRxLev | Rx Level, range 0..63. |
Retrieves the Rx level.
Absolute Radio Frequency Channel Number
Base station identity code
Rx level
Reserved