C# Class Subaru.SSM2.Ssm2ReadBlockResponse

Returns requested data of a previous read-block-request. This packet type is usually created by the car control unit and sent to the tester. Example containing 3 data bytes: { 0x80, 0xF0, 0x10, 0x04, 0xE0, 0x01, 0x02, 0x03, 0x6A }.
Inheritance: Ssm2DataResponse
Afficher le fichier Open project: src0x/LibSSM2 Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : bool
Ssm2ReadBlockResponse ( ) : System
Ssm2ReadBlockResponse ( Ssm2Device destination, Ssm2Device source, IList data ) : System
Ssm2ReadBlockResponse ( byte buffer ) : System

Méthodes protégées

Méthode Description
SetConstBytes ( ) : void

Method Details

Check() public méthode

public Check ( ) : bool
Résultat bool

SetConstBytes() protected méthode

protected SetConstBytes ( ) : void
Résultat void

Ssm2ReadBlockResponse() public méthode

public Ssm2ReadBlockResponse ( ) : System
Résultat System

Ssm2ReadBlockResponse() public méthode

public Ssm2ReadBlockResponse ( Ssm2Device destination, Ssm2Device source, IList data ) : System
destination Ssm2Device
source Ssm2Device
data IList
Résultat System

Ssm2ReadBlockResponse() public méthode

public Ssm2ReadBlockResponse ( byte buffer ) : System
buffer byte
Résultat System