github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/ardupilotmega/message_osd_param_config_reply.go (about)

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll
     3  package ardupilotmega
     4  
     5  // Configure OSD parameter reply.
     6  type MessageOsdParamConfigReply struct {
     7  	// Request ID - copied from request.
     8  	RequestId uint32
     9  	// Config error type.
    10  	Result OSD_PARAM_CONFIG_ERROR `mavenum:"uint8"`
    11  }
    12  
    13  // GetID implements the message.Message interface.
    14  func (*MessageOsdParamConfigReply) GetID() uint32 {
    15  	return 11034
    16  }