C# Class T8SuitePro.Form1.SymbolFileTuningPackage

Inheritance: FileTuningPackage
Afficher le fichier Open project: mattiasclaesson/TuningSuites

Méthodes publiques

Свойство Type Description
addressInFile int
dataToInsert byte[]
sh_Import CommonSuite.SymbolHelper

Méthodes publiques

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

Method Details

GetNameTPAction() public méthode

public GetNameTPAction ( ) : string
Résultat string

SymbolFileTuningPackage() public méthode

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

Property Details

addressInFile public_oe property

public int addressInFile
Résultat int

dataToInsert public_oe property

public byte[] dataToInsert
Résultat byte[]

sh_Import public_oe property

public SymbolHelper,CommonSuite sh_Import
Résultat CommonSuite.SymbolHelper