Class ExplicitDataReceivedEventArgs
Provides the explicit XBee message for the explicit data received event.
Inheritance
System.Object
System.EventArgs
ExplicitDataReceivedEventArgs
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 ExplicitDataReceivedEventArgs : EventArgs
Constructors
ExplicitDataReceivedEventArgs(ExplicitXBeeMessage)
Instantiates a ExplicitDataReceivedEventArgs object with the provided parameters.
Declaration
public ExplicitDataReceivedEventArgs(ExplicitXBeeMessage explicitXBeeMessage)
Parameters
Type | Name | Description |
---|---|---|
ExplicitXBeeMessage | explicitXBeeMessage | The received Explicit XBee message. |
Properties
ExplicitDataReceived
The ExplicitXBeeMessage object containing the data, the RemoteXBeeDevice that sent the data, a flag indicating whether the data was sent via broadcast or not and the application layer fields (source endpoint, destination endpoint, cluster ID and profile ID).
Declaration
public ExplicitXBeeMessage ExplicitDataReceived { get; }
Property Value
Type | Description |
---|---|
ExplicitXBeeMessage |