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
Datei anzeigen Open project: src0x/LibSSM2 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
SetConstBytes ( ) : void

Method Details

Check() public method

public Check ( ) : bool
return bool

SetConstBytes() protected method

protected SetConstBytes ( ) : void
return void

Ssm2ReadBlockResponse() public method

public Ssm2ReadBlockResponse ( ) : System
return System

Ssm2ReadBlockResponse() public method

public Ssm2ReadBlockResponse ( Ssm2Device destination, Ssm2Device source, IList data ) : System
destination Ssm2Device
source Ssm2Device
data IList
return System

Ssm2ReadBlockResponse() public method

public Ssm2ReadBlockResponse ( byte buffer ) : System
buffer byte
return System