Show / Hide Table of Contents

Class DeviceConnectionStatusChangedInfo

Contains information about a device Connection status change.

Inheritance
System.Object
DeviceConnectionStatusChangedInfo
Inherited Members
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: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public class DeviceConnectionStatusChangedInfo

Constructors

View Source

DeviceConnectionStatusChangedInfo()

Initializes a new instance of the DeviceConnectionStatusChangedInfo class.

Declaration
public DeviceConnectionStatusChangedInfo()
View Source

DeviceConnectionStatusChangedInfo(IDevice, DeviceConnectionStatus)

Initializes a new instance of the DeviceConnectionStatusChangedInfo class.

Declaration
public DeviceConnectionStatusChangedInfo(IDevice device, DeviceConnectionStatus status)
Parameters
Type Name Description
IDevice device

The device having the connection status changed

DeviceConnectionStatus status

The connection status for the device.

Properties

View Source

Device

Gets or sets the device that is having connection status change.

Declaration
public IDevice Device { get; set; }
Property Value
Type Description
IDevice
View Source

Status

Gets or sets the connection status for the change event.

Declaration
public DeviceConnectionStatus Status { get; set; }
Property Value
Type Description
DeviceConnectionStatus
  • View Source
In This Article
Back to top Generated by DocFX