Sim Interface Reference
Inheritance diagram for Sim:

Public Member Functions

SimInformation getInfo () throws ModemLowLevelException, ModemNotAvailableException
 Gets Sim information. More...
 
SimStatus getStatus () throws ModemLowLevelException, ModemNotAvailableException
 Gets Sim status. More...
 
ApnInformation getCurrentApn () throws ModemLowLevelException, ModemNotAvailableException
 
void setCustomApn (ApnInformation info) throws ModemLowLevelException, ModemNotAvailableException
 
void removeCustomApn () throws ModemLowLevelException, ModemNotAvailableException
 
- Public Member Functions inherited from Subject< T extends Observer< U, U extends Event >
void subscribe (T observer) throws CannotSubscribeException
 
void unSubscribe (T observer) throws ObserverNotSubscribedException
 

Member Function Documentation

Returns
Sim information
Exceptions
ModemLowLevelException
ModemNotAvailableException
Returns
Sim status
Exceptions
ModemLowLevelException
ModemNotAvailableException