Package | Description |
---|---|
com.cinterion.io |
IO related utility classes for accessing the functionality of a wireless module.
|
com.cinterion.misc |
Utility classes for accessing the functionality of a wireless module.
|
java.lang |
MID Profile Language Classes included from Java 2 Standard
Edition.
|
javax.microedition.io |
MID Profile includes networking support based on the
Generic Connection framework from the
Connected, Limited Device Configuration. |
Modifier and Type | Method and Description |
---|---|
static String |
ATStringConverter.GSM2Java(String gsmStr)
Convert GSM encoded string into a Java string, "\xy" character
escaping is supported.
|
static String |
ATStringConverter.GSM2Java(String gsmStr,
boolean handleEscaping)
Convert GSM encoded string into a Java string, "\xy" character
escaping is switchable.
|
static String |
ATStringConverter.Java2GSM(String str)
Converts a Java encoded string into a GSM encoded string.
|
String |
ATCommand.send(String ATCmd)
Send an AT command to the device.
|
void |
ATCommand.send(String ATCmd,
ATCommandResponseListener Listener)
Send an AT command to the device.
|
static String |
ATStringConverter.UCS2Hex2Java(String str)
Converts a string in the UCS2 hex format into a Java encoded string.
|
Modifier and Type | Method and Description |
---|---|
void |
Watchdog2.start(int secs)
Controls the application level watchdog.
|
static void |
Watchdog.start(int secs)
Deprecated.
Controls the application level watchdog.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state
for the requested operation.
|
class |
NumberFormatException
Thrown to indicate that the application has attempted to convert
a string to one of the numeric types, but that the string does not
have the appropriate format.
|
Modifier and Type | Method and Description |
---|---|
int |
SocketConnection.getSocketOption(byte option)
Get a socket option for the connection.
|
void |
SocketConnection.setSocketOption(byte option,
int value)
Set a socket option for the connection.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.