Table of Contents

Class ReceivedPacket

Namespace
nanoFramework.TI.EasyLink
Assembly
nanoFramework.TI.EasyLink.dll

Class with definitions and data of a received packet.

public class ReceivedPacket
Inheritance
ReceivedPacket
Inherited Members
Extension Methods

Constructors

public ReceivedPacket()

Properties

Absolute radio time that the packet was received.

public uint AbsoluteTime { get; }

Property Value

uint

Destination address.

public byte[] DestinationAddress { get; }

Property Value

byte[]

Payload data.

public byte[] Payload { get; }

Property Value

byte[]

RSSI of received packet.

public sbyte Rssi { get; }

Property Value

sbyte

Relative radio time from Rx start to Rx Timeout, or absolute time that packet was Rx'ed when returned. A value of 0 means no timeout.

public uint RxTimeout { get; }

Property Value

uint