![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
MBasicGsmPhoneId |
Mixin: interface for accessing phone identification information. |
etelbgsm.h
gsmbas.lib
This class defines the protocol for accessing phone identification information.
protected: MBasicGsmPhoneId()
The default C++ constructor is protected, which prevents objects of this class from being constructed. This class is intended only as an abstract base for other classes.
virtual TInt GetGsmPhoneId(TId& aId) const=0;
This function retrieves the GSM phone identification information
TId& aId |
On return, contains the identity of the phone. |
TInt |
An error code: see System error codes. |
Manufacturers ID buffer size. |
|
Phone model ID buffer size. |
|
Phone revision ID buffer size. |
|
Phone serial number ID buffer size. |
TBuf8<KPhoneManufacturerIdSize> iManufacturerId |
Phone manufacturer identification. |
TBuf8<KPhoneModelIdSize> iModelId |
Phone model identification. |
TBuf8<KPhoneRevisionIdSize> iRevisionId |
Phone revision identification. |
TBuf8<KPhoneSerialNumberSize> iSerialNumber |
Phone serial number. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |