C# Class Subaru.SSM2.Ssm2InitRequest

Init request packet. Does not have specific properties. This packet type is usually created by the tester and sent to the car control unit. (Packet always consists of 6 bytes: 5 byte header + 1 checksum. Typically for engine it is {0x80, 0x10, 0xF0, 0x01, 0xBF, 0x40} )
Inheritance: Ssm2Packet
Mostra file Open project: src0x/LibSSM2 Class Usage Examples

Public Methods

Method Description
Check ( ) : bool
Ssm2InitRequest ( ) : System
Ssm2InitRequest ( Ssm2Device destination, Ssm2Device source ) : System

Creates a complete init request packet. (Uses optimal buffer size of 6 bytes.)

Ssm2InitRequest ( 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

Ssm2InitRequest() public method

public Ssm2InitRequest ( ) : System
return System

Ssm2InitRequest() public method

Creates a complete init request packet. (Uses optimal buffer size of 6 bytes.)
public Ssm2InitRequest ( Ssm2Device destination, Ssm2Device source ) : System
destination Ssm2Device /// A ///
source Ssm2Device /// A ///
return System

Ssm2InitRequest() public method

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