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

Public Member Functions

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

Member Function Documentation

◆ set() [1/2]

String set ( int  ,
int   
)
Description
This api sets a file pointer to a specified position.
Syntax
bg77.qfwrite.set(filehandle,offset)
Parameters
filehandleint The handle of the file to be operated
offsetint The number of bytes of the file pointer movement.
Returns
String response

◆ set() [2/2]

String set ( int  ,
int  ,
int   
)
Description
This api sets a file pointer to a specified position.
Syntax
bg77.qfwrite.set(filehandle,offset,position)
Parameters
filehandleint The handle of the file to be operated
offsetint The number of bytes of the file pointer movement.
positionint Pointer movement mode.
  • 0 The beginning of the file.
  • 1 The current position of the pointer.
  • 2 The end of the file.
Returns
String response