XBee C# library API reference

Show / Hide Table of Contents

Class PacketReceivedEventArgs

Provides the XBee packet received event.

Inheritance
System.Object
System.EventArgs
PacketReceivedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: XBeeLibrary.Core.Events
Assembly: XBeeLibrary.Core.dll
Syntax
public class PacketReceivedEventArgs : EventArgs

Constructors

PacketReceivedEventArgs(XBeePacket)

Instantiates a PacketReceivedEventArgs object with the provided parameters.

Declaration
public PacketReceivedEventArgs(XBeePacket packet)
Parameters
Type Name Description
XBeePacket packet

The received packet.

Properties

ReceivedPacket

The received XBeePacket object.

Declaration
public XBeePacket ReceivedPacket { get; }
Property Value
Type Description
XBeePacket
See Also
XBeePacket
Product page More documentation Official site About Digi Contact us Support
©2019 Digi International Inc. All rights reserved.
Digi International Inc.