The GSM/GPRS APIs support:
Using GSM/GPRS an application can connect to remote network services over TCP as a client or server. To do this first connect to the network by calling LGPRS.attachGPRS(). Then:
LinkIt has the ability to auto detect APN settings from the telecom operator, or they can be set in the application.
SIM unlock using a PIN is not supported. To use a PIN locked SIM, remove the PIN lock before inserting it onto the LinkIt ONE board.
|
Class |
Description |
|
LGPRS Class. | |
|
LGPRSClient Class Please see the method description of LTcpClient class. | |
|
LGPRSServer Class Please see the method description of LTcpServer class. | |
|
LGPRSUDP Class Use this class to manipulate UDP datagrams after connecting to a GPRS network using LGPRS. See the method description of LUDP class. | |
|
LinkIt SMS support class. | |
|
LinkIt Voice call support class |