C# Class MissionPlanner.Utilities.rtcm3.rtcmheader

ファイルを表示 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_oe property

public UInt32,System epoch
return System.UInt32

messageno public_oe property

public UInt16,System messageno
return System.UInt16

nsat public_oe property

public Byte,System nsat
return System.Byte

refstationid public_oe property

public UInt16,System refstationid
return System.UInt16

smoothind public_oe property

public Byte,System smoothind
return System.Byte

smoothint public_oe property

public Byte,System smoothint
return System.Byte

sync public_oe property

public Byte,System sync
return System.Byte