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

Public Member Functions

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

Member Function Documentation

◆ set() [1/2]

String set ( int  ,
String   
)
Description
This api sends hex string data and cannot be applied for "UDP SERVICE" and "TCP LISTENER" sockets.
Syntax
bg77.qisendex.set(connectID,hex_string)
Parameters
connectIDint Integer type. Socket service index. Range: 0–11.
hex_stringString String type. Hex string data. The maximum length is 512 bytes.
Returns
String response

◆ set() [2/2]

String set ( int  ,
String  ,
int   
)
Description
This api sends hex string data and cannot be applied for "UDP SERVICE" and "TCP LISTENER" sockets.
Syntax
bg77.qisendex.set(connectID,hex_string,RAI_info)
Parameters
connectIDint Integer type. Socket service index. Range: 0–11.
hex_stringString String type. Hex string data. The maximum length is 512 bytes.
RAI_infoint Integer type. The RAI (Release Assistance Indication) information.
  • 0 No RAI information available.
  • 1 No further uplink or downlink data transmission.
  • 2 Only a single downlink data transmission and no further uplink data transmission.
Returns
String response