FileSystem.BinaryFile.setData() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to FileSystem.BinaryFile Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.FileSystem.BinaryFile.setData(dataToAppend:String):Void |
Parameters |
dataToAppend:String - Data to save |
Returns |
Nothing |
Description |
Sets the specified data that will be written when the FileSystem.BinaryFile.writeData() method is executed. The data must be in HEX format or a vertical bar ('|') delimited list of bytes(decimal). |
Notes |
None |
Example Code |
//Hex Example: mdm.FileSystem.BinaryFile.setData("FF0067EA349F"); //Decimal Pipe Delimited : mdm.FileSystem.BinaryFile.setData("255|0|103|234|52|159"); |
mdm.FileSystem.BinaryFile Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |