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

Public Member Functions

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

Member Function Documentation

◆ set() [1/2]

String set ( int  )
Description
This api is used to read messages from storage buffer where the messages are stored when thry are reported by the server
Syntax
bg77.qmtrecv.set(client_idx)
Parameters
client_idxint Integer type. MQTT client identifier. The range is 0-5.
Returns
String response

◆ set() [2/2]

String set ( int  ,
int   
)
Description
This api is used to read messages from storage buffer where the messages are stored when thry are reported by the server
Syntax
bg77.qmtrecv.set(client_idx,recv_id)
Parameters
client_idxint Integer type. MQTT client identifier. The range is 0-5.
recv_idint Integer type. Indicate the serial number of every single message received. The range is 0-4.
Returns
String response

◆ get()

String get ( )
Description
This api is used to read messages from storage buffer where the messages are stored when thry are reported by the server
Syntax
bg77.qmtercv.get()
Returns
String response