Class IOSampleReceivedEventArgs
Provides data for IO sample received event.
Inheritance
System.Object
System.EventArgs
IOSampleReceivedEventArgs
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 IOSampleReceivedEventArgs : EventArgs
Constructors
IOSampleReceivedEventArgs(RemoteXBeeDevice, IOSample)
Instantiates a IOSampleReceivedEventArgs object with the provided parameters.
Declaration
public IOSampleReceivedEventArgs(RemoteXBeeDevice remoteDevice, IOSample ioSample)
Parameters
Type | Name | Description |
---|---|---|
RemoteXBeeDevice | remoteDevice | The remote XBee device. |
IOSample | ioSample | The IO sample. |
Properties
IOSample
The received IO sample.
Declaration
public IOSample IOSample { get; }
Property Value
Type | Description |
---|---|
IOSample |
See Also
RemoteDevice
The remote XBee device that sent the sample.
Declaration
public RemoteXBeeDevice RemoteDevice { get; }
Property Value
Type | Description |
---|---|
RemoteXBeeDevice |