C# Class T8SuitePro.Form1.SymbolFileTuningPackage

Inheritance: FileTuningPackage
Mostra file Open project: mattiasclaesson/TuningSuites

Public Properties

Property Type Description
addressInFile int
dataToInsert byte[]
sh_Import CommonSuite.SymbolHelper

Public Methods

Method Description
GetNameTPAction ( ) : string
SymbolFileTuningPackage ( CommonSuite.SymbolHelper _sh_Import, int _addressInFile, byte _dataToInsert, bool _successful ) : System

Method Details

GetNameTPAction() public method

public GetNameTPAction ( ) : string
return string

SymbolFileTuningPackage() public method

public SymbolFileTuningPackage ( CommonSuite.SymbolHelper _sh_Import, int _addressInFile, byte _dataToInsert, bool _successful ) : System
_sh_Import CommonSuite.SymbolHelper
_addressInFile int
_dataToInsert byte
_successful bool
return System

Property Details

addressInFile public_oe property

public int addressInFile
return int

dataToInsert public_oe property

public byte[] dataToInsert
return byte[]

sh_Import public_oe property

public SymbolHelper,CommonSuite sh_Import
return CommonSuite.SymbolHelper