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

Public Member Functions

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

Member Function Documentation

◆ set() [1/2]

String set ( int  )
Description
This api Retrieve Data Through SSL Connection
Syntax
bg77.qsslrecv.set(clientID)
Parameters
clientIDint Integer type. Socket index. Range: 0–11
Returns
String response

◆ set() [2/2]

String set ( int  ,
int   
)
Description
This api Retrieve Data Through SSL Connection
Syntax
bg77.qsslrecv.set(clientID,readlen)
Parameters
clientIDint Integer type. Socket index. Range: 0–11
readlenint Integer type. The length of data to be sent. Range: 1–1460. Unit: byte.
Returns
String response

◆ get()

String get ( int  )
Description
This api Retrieve Data Through SSL Connection
Syntax
bg77.qsslrecv.get(clientID)
Parameters
clientIDint Integer type. Socket index. Range: 0–11
Returns
String response