Class LoraRanging
Sensor script that uses a set of Lora devices for ranging
Put a list of advanced Lora nodes in the children of object with this script
Lora devices in Targers field will be ranged
Inheritance
System.Object
LoraRanging
Namespace: Marus.Communications.Rf
Assembly: cs.temp.dll.dll
Syntax
public class LoraRanging : SensorBase
Fields
Master
Declaration
public LoraDevice Master
Field Value
Type | Description |
---|---|
LoraDevice |
PacketDropRate
Declaration
public float PacketDropRate
Field Value
Type | Description |
---|---|
System.Single |
Ranges
Declaration
public List<RangeReading> Ranges
Field Value
Type | Description |
---|---|
List<RangeReading> |
Targets
Declaration
public List<LoraDevice> Targets
Field Value
Type | Description |
---|---|
List<LoraDevice> |
Methods
SampleSensor()
Declaration
protected override void SampleSensor()