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 SourceDeviceConnectionStatusChangedInfo()
Initializes a new instance of the DeviceConnectionStatusChangedInfo class.
Declaration
public DeviceConnectionStatusChangedInfo()
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 SourceDevice
Gets or sets the device that is having connection status change.
Declaration
public IDevice Device { get; set; }
Property Value
Type | Description |
---|---|
IDevice |
Status
Gets or sets the connection status for the change event.
Declaration
public DeviceConnectionStatus Status { get; set; }
Property Value
Type | Description |
---|---|
DeviceConnectionStatus |