Dialect: csAirLink
WARNING
This topic documents the version of the dialect file in the mavlink/mavlink Github repository, which may not be up to date with the file in the source repository (it is up to the dialect owner to push changes when needed). The source repo should be listed in the comments at the top of the XML definition file listed below (but may not be).
This topic is a human-readable form of the XML definition file: csAirLink.xml.
INFO
- MAVLink 2 extension fields are displayed in blue.
- Entities from dialects are displayed only as headings (with link to original)
Protocol version: 3
MAVLink Include Files
None
Summary
Type | Defined | Included |
---|---|---|
Messages | 2 | 0 |
Enums | 1 | 0 |
Commands | 0 | 0 |
The following sections list all entities in the dialect (both included and defined in this file).
Messages
AIRLINK_AUTH (52000)
Authorization package
Field Name | Type | Description |
---|---|---|
login | char[50] | Login |
password | char[50] | Password |
AIRLINK_AUTH_RESPONSE (52001)
Response to the authorization request
Field Name | Type | Values | Description |
---|---|---|---|
resp_type | uint8_t | AIRLINK_AUTH_RESPONSE_TYPE | Response type |
Enumerated Types
AIRLINK_AUTH_RESPONSE_TYPE
Value | Name | Description |
---|---|---|
0 | AIRLINK_ERROR_LOGIN_OR_PASS | Login or password error |
1 | AIRLINK_AUTH_OK | Auth successful |