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

Public Member Functions

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

Member Function Documentation

◆ set() [1/3]

String set ( int  ,
String   
)
Description
This api is used to write data into a file.
Syntax
bg77.qfwrite.set(filehandle,data)
Parameters
filehandleint The handle of the file to be operated
dataString Input data
Returns
String response

◆ set() [2/3]

String set ( int  ,
int  ,
String   
)
Description
This api is used to write data into a file.
Syntax
bg77.qfwrite.set(filehandle,length,data)
Parameters
filehandleint The handle of the file to be operated
lengthint The length of the file to be read out and the default is the file length. Unit: byte.
dataString Input data
Returns
String response

◆ set() [3/3]

String set ( int  ,
int  ,
int  ,
String   
)
Description
This api is used to write data into a file.
Syntax
bg77.qfwrite.set(filehandle,length,timeout,data)
Parameters
filehandleint The handle of the file to be operated
lengthint The length of the file to be read out and the default is the file length. Unit: byte.
timeoutint The time waiting for data to be inputted to USB/UART. Range: 1- 65535. The default value is 5. Unit: s
dataString Input data
Returns
String response