C# 클래스 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} )
상속: Ssm2Packet
파일 보기 프로젝트 열기: src0x/LibSSM2 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
SetConstBytes ( ) : void

메소드 상세

Check() 공개 메소드

public Check ( ) : bool
리턴 bool

SetConstBytes() 보호된 메소드

protected SetConstBytes ( ) : void
리턴 void

Ssm2InitRequest() 공개 메소드

public Ssm2InitRequest ( ) : System
리턴 System

Ssm2InitRequest() 공개 메소드

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 ///
리턴 System

Ssm2InitRequest() 공개 메소드

public Ssm2InitRequest ( byte buffer ) : System
buffer byte
리턴 System