Method | Description | |
---|---|---|
CVN8Str ( long cvn ) : string |
Makes CVN standard string "XXXXXXXX XXXXXXXX" out of given value.
|
|
CalcCVN8 ( ) : long |
Calculates Calibration Verification Number of 8-byte-type.. This type of CVN is being used on diesel models.
|
|
CalcChecksumValue ( |
||
CalcSum ( |
||
GetTablePos ( RomType romType ) : int | ||
IsValid ( |
||
ReadTableRecords ( ) : IList |
||
ReadTableRecords ( int count ) : IList |
||
ReadTableRecords ( int pos, int count ) : IList |
||
RomChecksumming ( RomType romType, System stream ) : System.Collections.Generic | ||
RomChecksumming ( int tablePos, System stream ) : System.Collections.Generic |
public static CVN8Str ( long cvn ) : string | ||
cvn | long |
/// A |
return | string |
public CalcChecksumValue ( |
||
record | ||
return | int |
public CalcSum ( |
||
record | ||
return | int |
public static GetTablePos ( RomType romType ) : int | ||
romType | RomType | |
return | int |
public IsValid ( |
||
record | ||
return | bool |
public ReadTableRecords ( int count ) : IList |
||
count | int | |
return | IList |
public ReadTableRecords ( int pos, int count ) : IList |
||
pos | int | |
count | int | |
return | IList |
public RomChecksumming ( RomType romType, System stream ) : System.Collections.Generic | ||
romType | RomType | |
stream | System | |
return | System.Collections.Generic |
public RomChecksumming ( int tablePos, System stream ) : System.Collections.Generic | ||
tablePos | int | |
stream | System | |
return | System.Collections.Generic |