Annotation Interface MavArray


@Target(RECORD_COMPONENT) @Retention(RUNTIME) public @interface MavArray
An Annotation specifying that a MAVLink-Message-Field is an array.
Can be used to obtain more information about this array, too.
See Also:
MavlinkMessage
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    Returns the length of the array.
  • Element Details

    • length

      int length
      Returns the length of the array.
      Returns:
      length of the array