C# 클래스 Subaru.SSM2.Ssm2ReadBlockResponse

Returns requested data of a previous read-block-request. This packet type is usually created by the car control unit and sent to the tester. Example containing 3 data bytes: { 0x80, 0xF0, 0x10, 0x04, 0xE0, 0x01, 0x02, 0x03, 0x6A }.
상속: Ssm2DataResponse
파일 보기 프로젝트 열기: src0x/LibSSM2 1 사용 예제들

공개 메소드들

메소드 설명
Check ( ) : bool
Ssm2ReadBlockResponse ( ) : System
Ssm2ReadBlockResponse ( Ssm2Device destination, Ssm2Device source, IList data ) : System
Ssm2ReadBlockResponse ( byte buffer ) : System

보호된 메소드들

메소드 설명
SetConstBytes ( ) : void

메소드 상세

Check() 공개 메소드

public Check ( ) : bool
리턴 bool

SetConstBytes() 보호된 메소드

protected SetConstBytes ( ) : void
리턴 void

Ssm2ReadBlockResponse() 공개 메소드

public Ssm2ReadBlockResponse ( ) : System
리턴 System

Ssm2ReadBlockResponse() 공개 메소드

public Ssm2ReadBlockResponse ( Ssm2Device destination, Ssm2Device source, IList data ) : System
destination Ssm2Device
source Ssm2Device
data IList
리턴 System

Ssm2ReadBlockResponse() 공개 메소드

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