C# 클래스 MissionPlanner.Utilities.rtcm3.rtcmpreamble

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
length System.UInt16
preamble System.Byte
resv1 System.Byte

공개 메소드들

메소드 설명
Read ( byte buffer ) : void
Write ( byte buffer ) : byte[]

메소드 상세

Read() 공개 메소드

public Read ( byte buffer ) : void
buffer byte
리턴 void

Write() 공개 메소드

public Write ( byte buffer ) : byte[]
buffer byte
리턴 byte[]

프로퍼티 상세

length 공개적으로 프로퍼티

public UInt16,System length
리턴 System.UInt16

preamble 공개적으로 프로퍼티

public Byte,System preamble
리턴 System.Byte

resv1 공개적으로 프로퍼티

public Byte,System resv1
리턴 System.Byte