Class IPDataReceivedEventArgs
Provides the IP Data received event.
Inheritance
System.Object
System.EventArgs
IPDataReceivedEventArgs
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 IPDataReceivedEventArgs : EventArgs
Constructors
IPDataReceivedEventArgs(IPMessage)
Instantiates a IPDataReceivedEventArgs object with the provided parameters.
Declaration
public IPDataReceivedEventArgs(IPMessage ipMessage)
Parameters
Type | Name | Description |
---|---|---|
IPMessage | ipMessage | The received IP Data message. |
Properties
IPDataReceived
The received IP Data message that contains the data, the IP address that sent the data, the source and destination ports and the IPProtocol of the transmission.
Declaration
public IPMessage IPDataReceived { get; }
Property Value
Type | Description |
---|---|
IPMessage |