C# Class MissionPlanner.Utilities.rtcm3.rtcmheader

Show file Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
epoch System.UInt32
messageno System.UInt16
nsat System.Byte
refstationid System.UInt16
smoothind System.Byte
smoothint System.Byte
sync 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

epoch public property

public UInt32,System epoch
return System.UInt32

messageno public property

public UInt16,System messageno
return System.UInt16

nsat public property

public Byte,System nsat
return System.Byte

refstationid public property

public UInt16,System refstationid
return System.UInt16

smoothind public property

public Byte,System smoothind
return System.Byte

smoothint public property

public Byte,System smoothint
return System.Byte

sync public property

public Byte,System sync
return System.Byte