Table of Contents

Enum OperationalQuality

Namespace
Iot.Device.Swarm
Assembly
Iot.Device.Swarm.dll

Operational quality based in the background noise RSSI.

public enum OperationalQuality

Fields

Bad = 1

Bad (not likely to work). >-90 dBm.

Good = 4

Good. >-100 dBm.

Great = 5

Great. >-105 dBm.

Marginal = 2

Marginal. >-93 dBm.

OK = 3

OK. >-97 dBm.

Unknown = 0

Unknown quality.