OTX Reference  
OpenTestSystem.Otx.Extensions.Flash.Actions.StoreUploadData Class Reference

Store Upload Data More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Flash.Actions.StoreUploadData:
Inheritance graph

Public Attributes

NumericTerm address
 This element is used to store address information in the memory. More...
 
System.Boolean append
 The Boolean value of this attribute specifies whether data is appended to existing data (true) or not (false). If not, the storage is cleaned before write access. More...
 
ByteFieldTerm data
 This element represents the data which shall be stored. More...
 
FlashFileFormatTerm format
 This attribute defines the format of the file. FlashFileFormat == {INTEL|SREC|BINARY}. More...
 
StringTerm target
 Expression (term) of type String More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Store Upload Data

A StoreUploadData action tells an OTX runtime to store data in a data-storage.

Exceptions
Core.Exceptions.InvalidReferenceException
Exceptions.UnsupportedFormatException
Syntax
Flash.StoreUploadData(ByteFieldTerm data, StringTerm target, NumericTerm address, FlashFileFormatTerm format, Boolean append);
StringTerm target
Expression (term) of type String
Definition: Flash.cs:710
System.Boolean append
The Boolean value of this attribute specifies whether data is appended to existing data (true) or not...
Definition: Flash.cs:740
FlashFileFormatTerm format
This attribute defines the format of the file. FlashFileFormat == {INTEL|SREC|BINARY}.
Definition: Flash.cs:730
ByteFieldTerm data
This element represents the data which shall be stored.
Definition: Flash.cs:700
NumericTerm address
This element is used to store address information in the memory.
Definition: Flash.cs:720
Examples
// Local Declarations
// Flow
Flash.StoreUploadData(&1234FFFF, "file:///E:/Data.txt", 0, @FlashFileFormat:BINARY, false);

Member Data Documentation

◆ address

NumericTerm OpenTestSystem.Otx.Extensions.Flash.Actions.StoreUploadData.address

This element is used to store address information in the memory.

◆ append

System.Boolean OpenTestSystem.Otx.Extensions.Flash.Actions.StoreUploadData.append

The Boolean value of this attribute specifies whether data is appended to existing data (true) or not (false). If not, the storage is cleaned before write access.

◆ data

ByteFieldTerm OpenTestSystem.Otx.Extensions.Flash.Actions.StoreUploadData.data

This element represents the data which shall be stored.

◆ format

FlashFileFormatTerm OpenTestSystem.Otx.Extensions.Flash.Actions.StoreUploadData.format

This attribute defines the format of the file. FlashFileFormat == {INTEL|SREC|BINARY}.

◆ target

StringTerm OpenTestSystem.Otx.Extensions.Flash.Actions.StoreUploadData.target

Expression (term) of type String