Modem Api Java

Classes

class  ApnInformation
 APN information. More...
 
class  IfaceInfo
 Interface Information. More...
 
interface  Modem
 Modem. More...
 
interface  ModemEvent
 Modem event. More...
 
interface  ModemInformation
 Modem information. More...
 
interface  ModemListEvent
 Modem list event. More...
 
interface  ModemListObserver
 Modem list observer. More...
 
class  ModemLowLevelException
 Modem low level exception. More...
 
interface  ModemManager
 Modem manager. More...
 
class  ModemNotAvailableException
 Modem not available exception. More...
 
interface  ModemObserver
 Modem observer. More...
 
interface  ModemStatus
 Modem status. More...
 
interface  ModemStatusEvent
 Modem status event. More...
 
interface  ModemWarningEvent
 Modem warning event. More...
 
interface  SimInformation
 Sim information. More...
 
interface  SimListEvent
 Sim list event. More...
 
interface  SimListObserver
 Sim list observer. More...
 
interface  SimStatusEvent
 Sim status event. More...
 
class  ApnInformation
 APN information.
 

Enumerations

enum  SimStatus {
  SIM_NOT_INSERTED, SIM_INVALID_OR_UNSUPPORTED, SIM_LOCKED, SIM_LOCKED_PIN,
  SIM_LOCKED_PIN2, SIM_LOCKED_PUK, SIM_READY
}
 Defines the possible states in which SIM card may be. More...
 

Detailed Description

Java Api related documentation

Enumeration Type Documentation

enum SimStatus

Sim status.

Enumerator
SIM_NOT_INSERTED 

Sim card is not present in the device, or Sim status Unknown.

SIM_INVALID_OR_UNSUPPORTED 

Sim card cannot be read or it is not correctly inserted.

SIM_LOCKED 

Sim card is blocked, it may be needed to introduce some PIN or PUK code.

SIM_LOCKED_PIN 

Sim card is blocked and PIN code must be entered.

SIM_LOCKED_PIN2 

Sim card is blocked and PIN2 code must be entered.

SIM_LOCKED_PUK 

Sim card is blocked and PUK code must be entered.

SIM_READY 

Sim is ready to be used.