C# 클래스 T8SuitePro.Form1.SymbolFileTuningPackage

상속: FileTuningPackage
파일 보기 프로젝트 열기: mattiasclaesson/TuningSuites

공개 프로퍼티들

프로퍼티 타입 설명
addressInFile int
dataToInsert byte[]
sh_Import CommonSuite.SymbolHelper

공개 메소드들

메소드 설명
GetNameTPAction ( ) : string
SymbolFileTuningPackage ( CommonSuite.SymbolHelper _sh_Import, int _addressInFile, byte _dataToInsert, bool _successful ) : System

메소드 상세

GetNameTPAction() 공개 메소드

public GetNameTPAction ( ) : string
리턴 string

SymbolFileTuningPackage() 공개 메소드

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

프로퍼티 상세

addressInFile 공개적으로 프로퍼티

public int addressInFile
리턴 int

dataToInsert 공개적으로 프로퍼티

public byte[] dataToInsert
리턴 byte[]

sh_Import 공개적으로 프로퍼티

public SymbolHelper,CommonSuite sh_Import
리턴 CommonSuite.SymbolHelper