Raptor:Data Logging File Write
Return to the main Raptor page
Description
This block is used to write data to a file. The block accepts uint8[] or string data types.
Inputs
Input | Type | Description |
---|---|---|
File Handle | File Handle | Specifies the file to check. |
Data | uint8[] | The data to be written to the file. |
Length | uint32 | The length of the data being written. |
Outputs
Output | Type | Description |
---|---|---|
File Handle | File Handle | Outputs the File Handle provided on the input. |
Success | boolean | Output indicates if the file was written successfully. |
Parameters
Parameter | Type | Description |
---|---|---|
Resource | Specify the resource which contains the file to write. |