C# Class MAVLink.message_info, MissionPlanner

ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
message_info ( uint msgid, string name, byte crc, uint minlength, uint length, Type type ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

message_info() public method

public message_info ( uint msgid, string name, byte crc, uint minlength, uint length, Type type ) : System
msgid uint
name string
crc byte
minlength uint
length uint
type Type
return System