github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/csairlink/message_airlink_auth_response.go (about) 1 //autogenerated:yes 2 //nolint:revive,misspell,govet,lll 3 package csairlink 4 5 // Response to the authorization request 6 type MessageAirlinkAuthResponse struct { 7 // Response type 8 RespType AIRLINK_AUTH_RESPONSE_TYPE `mavenum:"uint8"` 9 } 10 11 // GetID implements the message.Message interface. 12 func (*MessageAirlinkAuthResponse) GetID() uint32 { 13 return 52001 14 }