Struct MavId
(SystemId, ComponentId) — the MAVLink address pair that identifies one device.
public readonly record struct MavId : IEquatable<MavId>
- Implements
- Inherited Members
Constructors
MavId(byte, byte)
(SystemId, ComponentId) — the MAVLink address pair that identifies one device.
public MavId(byte SystemId, byte ComponentId)
Parameters
Properties
ComponentId
public byte ComponentId { get; init; }
Property Value
SystemId
public byte SystemId { get; init; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.