Table of Contents

Enum LinkCost

Namespace
Pamoja.Telemetry
Assembly
Pamoja.Telemetry.dll

What the link back to the network currently costs.

public enum LinkCost

Fields

Expensive = 2

Bytes are scarce, such as on a satellite or long-range radio link.

Free = 0

Bytes are effectively free, such as on wired power and ethernet.

Metered = 1

Bytes are paid for, such as on a cellular plan.

Offline = 3

Nothing can be shipped at all.