C# Class Subaru.SSM2.Ssm2DataResponse

Inheritance: Ssm2Packet
Exibir arquivo Open project: src0x/LibSSM2

Public Methods

Method Description
Check ( ) : bool

Protected Methods

Method Description
Ssm2DataResponse ( ) : System
Ssm2DataResponse ( Ssm2Device destination, Ssm2Device source, IList data ) : System

Create a new packet. Uses optimal buffer size. Packet is not finished yet!

Ssm2DataResponse ( byte buffer ) : System

Method Details

Check() public method

public Check ( ) : bool
return bool

Ssm2DataResponse() protected method

protected Ssm2DataResponse ( ) : System
return System

Ssm2DataResponse() protected method

Create a new packet. Uses optimal buffer size. Packet is not finished yet!
protected Ssm2DataResponse ( Ssm2Device destination, Ssm2Device source, IList data ) : System
destination Ssm2Device
source Ssm2Device
data IList
return System

Ssm2DataResponse() protected method

protected Ssm2DataResponse ( byte buffer ) : System
buffer byte
return System