C# Class T7.TCMLimitEdit

ファイルを表示 Open project: mattiasclaesson/TuningSuites Class Usage Examples

Public Methods

Method Description
getGearLimitModificationEnabled ( ) : bool
getModificationEnabled ( ) : bool
loadFile ( string a_fileName, long tcmOffsetAddress ) : bool
saveFile ( ) : void
setGearLimitModificationEnabled ( bool a_value ) : void
setModificationEnabled ( bool a_value ) : void

Private Methods

Method Description
findByteSequence ( byte sequence, byte seq_mask, byte &read ) : bool
saveModification ( ) : void

Method Details

getGearLimitModificationEnabled() public method

public getGearLimitModificationEnabled ( ) : bool
return bool

getModificationEnabled() public method

public getModificationEnabled ( ) : bool
return bool

loadFile() public method

public loadFile ( string a_fileName, long tcmOffsetAddress ) : bool
a_fileName string
tcmOffsetAddress long
return bool

saveFile() public method

public saveFile ( ) : void
return void

setGearLimitModificationEnabled() public method

public setGearLimitModificationEnabled ( bool a_value ) : void
a_value bool
return void

setModificationEnabled() public method

public setModificationEnabled ( bool a_value ) : void
a_value bool
return void