OnReadFileBytesResult()

void OnReadFileBytesResult(inFilePath, inSuccess, inFileLines)

Description

This callback function is called when reading bytes from a text file outside STG

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inFileName string the path of the file on the device
inSuccess bool True/False if the writing was successful
inFileLines byte[] the text in the lines to read from  


Return Type

void

 

Example

function OnReadFileBytesResult(inFileName, inSuccess, inFileLines){
   SetAnswer(QRef(3),inFileLines);
}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.