C# Class Subaru.SSM2.Ssm2WriteAddressResponse

Response packet of a write-address-request. Contains a single byte confirming the written byte. This packet type is usually created by the tester and sent to the car control unit. Example confirming data byte 0x02: { 0x80, 0xF0, 0x10, 0x02, 0xF8, 0x02, 0x7C }
Inheritance: Ssm2Packet
Mostra file Open project: src0x/LibSSM2 Class Usage Examples

Public Methods

Method Description
Check ( ) : bool
Ssm2WriteAddressResponse ( ) : System

Uses optimal buffer size.

Ssm2WriteAddressResponse ( Ssm2Device destination, Ssm2Device source, byte data ) : System

Uses optimal buffer size.

Ssm2WriteAddressResponse ( byte buffer ) : System

Takes given (empty or preset) buffer. Needs at least 7 bytes. For already preset packet data call FromBytes(buffer) afterwards to set correct state.

Protected Methods

Method Description
SetConstBytes ( ) : void

Method Details

Check() public method

public Check ( ) : bool
return bool

SetConstBytes() protected method

protected SetConstBytes ( ) : void
return void

Ssm2WriteAddressResponse() public method

Uses optimal buffer size.
public Ssm2WriteAddressResponse ( ) : System
return System

Ssm2WriteAddressResponse() public method

Uses optimal buffer size.
public Ssm2WriteAddressResponse ( Ssm2Device destination, Ssm2Device source, byte data ) : System
destination Ssm2Device /// A ///
source Ssm2Device /// A ///
data byte
return System

Ssm2WriteAddressResponse() public method

Takes given (empty or preset) buffer. Needs at least 7 bytes. For already preset packet data call FromBytes(buffer) afterwards to set correct state.
public Ssm2WriteAddressResponse ( byte buffer ) : System
buffer byte /// A ///
return System