Package | Description |
---|---|
BogDroSoft.jymag.comm |
Modifier and Type | Method and Description |
---|---|
DataTransporter.PIN_STATUS |
DataTransporter.getPINStatus()
Tells which PIN the phone is waiting for.
|
static DataTransporter.PIN_STATUS |
DataTransporter.PIN_STATUS.looseValueOf(java.lang.String name)
Gets the PIN_STATUS that's name looks like the given String
(except maybe for whitespace, dashes etc.).
|
static DataTransporter.PIN_STATUS |
DataTransporter.PIN_STATUS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataTransporter.PIN_STATUS[] |
DataTransporter.PIN_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|