RUI3 (RAK Unified Interface 3) - RAK4631
bg77::cmss

Public Member Functions

String set (int)
 
String set (int, String)
 
String set (int, String, int)
 

Member Function Documentation

◆ set() [1/3]

String set ( int  )
Description
This api sends messages with location value <index> from message storage <mem2> to the network (SMS-SUBMIT or SMS-COMMAND).
Syntax
bg77.cmss.set(index)
Parameters
indexint Integer type. In the range of location numbers supported by the associated memory.
Returns
String response

◆ set() [2/3]

String set ( int  ,
String   
)
Description
This api sends messages with location value <index> from message storage <mem2> to the network (SMS-SUBMIT or SMS-COMMAND).
Syntax
bg77.cmss.set(index,da)
Parameters
indexint Integer type. In the range of location numbers supported by the associated memory.
daString Destination address. 3GPP TS 23.040 TP-Destination-Address Address-Value field in string format. BCD numbers (or GSM 7 bit default alphabet characters) are converted to characters of the currently selected TE character set (refer to AT+CSCS command in 3GPP TS 27.007). The type of address is given by <toda>.
Returns
String response

◆ set() [3/3]

String set ( int  ,
String  ,
int   
)
Description
This api sends messages with location value <index> from message storage <mem2> to the network (SMS-SUBMIT or SMS-COMMAND).
Syntax
bg77.cmss.set(index,da,toda)
Parameters
indexint Integer type. In the range of location numbers supported by the associated memory.
daString Destination address. 3GPP TS 23.040 TP-Destination-Address Address-Value field in string format. BCD numbers (or GSM 7 bit default alphabet characters) are converted to characters of the currently selected TE character set (refer to AT+CSCS command in 3GPP TS 27.007). The type of address is given by <toda>.
todaint Type of destination address. 3GPP TS 24.011 TP-Destination-Address Type-of-Address octet in integer format.
Returns
String response