Struct MavId

Namespace
MavNet.Core
Assembly
MavNet.Core.dll

(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

SystemId byte
ComponentId byte

Properties

ComponentId

public byte ComponentId { get; init; }

Property Value

byte

SystemId

public byte SystemId { get; init; }

Property Value

byte

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.