C# 클래스 T7.TCMLimitEdit

파일 보기 프로젝트 열기: mattiasclaesson/TuningSuites 1 사용 예제들

공개 메소드들

메소드 설명
getGearLimitModificationEnabled ( ) : bool
getModificationEnabled ( ) : bool
loadFile ( string a_fileName, long tcmOffsetAddress ) : bool
saveFile ( ) : void
setGearLimitModificationEnabled ( bool a_value ) : void
setModificationEnabled ( bool a_value ) : void

비공개 메소드들

메소드 설명
findByteSequence ( byte sequence, byte seq_mask, byte &read ) : bool
saveModification ( ) : void

메소드 상세

getGearLimitModificationEnabled() 공개 메소드

public getGearLimitModificationEnabled ( ) : bool
리턴 bool

getModificationEnabled() 공개 메소드

public getModificationEnabled ( ) : bool
리턴 bool

loadFile() 공개 메소드

public loadFile ( string a_fileName, long tcmOffsetAddress ) : bool
a_fileName string
tcmOffsetAddress long
리턴 bool

saveFile() 공개 메소드

public saveFile ( ) : void
리턴 void

setGearLimitModificationEnabled() 공개 메소드

public setGearLimitModificationEnabled ( bool a_value ) : void
a_value bool
리턴 void

setModificationEnabled() 공개 메소드

public setModificationEnabled ( bool a_value ) : void
a_value bool
리턴 void