DisReceiver

DisReceiver inherits DisPdu
DisReceiver.EntityId
DisReceiver.RadioId
DisReceiver.ReceiverState
DisReceiver.ReceivedPower
DisReceiver.TransmitterEntityId
DisReceiver.TransmitterRadioId

Overview

DisReceiver is an implementation of the DIS receiver PDU. Receiver PDUs are used to communicate information about comm receive events.

Methods

DisEntityId EntityId()

Returns the ID of the subject platform.

int RadioId()

Returns an identifier for the radio on the receiving entity.

int ReceiverState()

Returns the receiver’s state index.

double ReceivedPower()

Returns the power of the signal received.

DisEntityId TransmitterEntityId()

Returns the ID of the transmitting platform.

int TransmitterRadioId()

Returns an identifier for the radio on the transmitting entity.