C# Class MissionPlanner.Utilities.rtcm3.rtcmpreamble

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
length System.UInt16
preamble System.Byte
resv1 System.Byte

Public Methods

Method Description
Read ( byte buffer ) : void
Write ( byte buffer ) : byte[]

Method Details

Read() public method

public Read ( byte buffer ) : void
buffer byte
return void

Write() public method

public Write ( byte buffer ) : byte[]
buffer byte
return byte[]

Property Details

length public_oe property

public UInt16,System length
return System.UInt16

preamble public_oe property

public Byte,System preamble
return System.Byte

resv1 public_oe property

public Byte,System resv1
return System.Byte