Class DataReceivedEventArgs
Provides the XBee message for the data received event.
Inheritance
System.Object
System.EventArgs
DataReceivedEventArgs
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 DataReceivedEventArgs : EventArgs
Constructors
DataReceivedEventArgs(XBeeMessage)
Instantiates a DataReceivedEventArgs object with the provided parameters.
Declaration
public DataReceivedEventArgs(XBeeMessage xbeeMessage)
Parameters
Type | Name | Description |
---|---|---|
XBeeMessage | xbeeMessage | The XBee message. |
Properties
DataReceived
The XBeeMessage object containing the data, the RemoteXBeeDevice that sent the data and a flag indicating whether the data was sent via broadcast or not.
Declaration
public XBeeMessage DataReceived { get; }
Property Value
Type | Description |
---|---|
XBeeMessage |