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

Public Member Functions

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

Member Function Documentation

◆ get() [1/2]

String get ( int  )
Description
This api reads the data of a file which is specified by the file handle.
Syntax
bg77.qfread.get(filehandle)
Parameters
filehandleint The handle of the file to be operated
Returns
String response

◆ get() [2/2]

String get ( int  ,
int   
)
Description
This api reads the data of a file which is specified by the file handle.
Syntax
bg77.qfread.get(filehandle,length)
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.
Returns
String response