XBee C# library API reference

Show / Hide Table of Contents

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
IOSample

RemoteDevice

The remote XBee device that sent the sample.

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