Table of Contents

Class JammingSpoofingIndication

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

Information about GPS jamming and spoofing.

public class JammingSpoofingIndication
Inheritance
JammingSpoofingIndication

Constructors

JammingSpoofingIndication()

public JammingSpoofingIndication()

Properties

JammingLevel

Gets indication of how much carrier wave (CW) jamming is detected.

public byte JammingLevel { get; }

Property Value

byte

Remarks

Ranges from 0 to 255. Being 0 no CW jamming and 255 strong CW jamming.

SpoofState

Gets information about the spoof state.

public byte SpoofState { get; }

Property Value

byte

Remarks

0: Spoofing unknown or deactivated. 1: No spoofing indicated. 2: Spoofing indicated. 3: Multiple spoofing indications.