C# Class Subaru.SSM2.Ssm2WriteAddressRequest

Write a single byte into an address. This packet type is usually created by the tester and sent to the car control unit. (Packet always consists of 10 bytes: 5 byte header + 3 address bytes + 1 data byte + 1 checksum.)
Inheritance: Ssm2Packet
Mostrar archivo Open project: src0x/LibSSM2 Class Usage Examples

Public Methods

Method Description
Check ( ) : bool
Ssm2WriteAddressRequest ( ) : System
Ssm2WriteAddressRequest ( Ssm2Device destination, Ssm2Device source, int address, byte data ) : System

Uses optimal buffer size.

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

Ssm2WriteAddressRequest() public method

public Ssm2WriteAddressRequest ( ) : System
return System

Ssm2WriteAddressRequest() public method

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

Ssm2WriteAddressRequest() public method

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