Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.IDeviceInfo Interface Reference

Gives access to information about a device and its connection state, if known. More...

Properties

IDevice Device [get]
 The device.
 
ConnectionState ConnectionState [get]
 The connection state, if known (.
 

Detailed Description

Gives access to information about a device and its connection state, if known.

Definition at line 246 of file Helpers.cs.

Property Documentation

◆ ConnectionState

ConnectionState AxelSemrau.Chronos.Plugin.IDeviceInfo.ConnectionState
get

The connection state, if known (.

See also
IManageConnectionState). If not, this is assumed to be Disconnected.

Definition at line 255 of file Helpers.cs.

255{ get; }

◆ Device

IDevice AxelSemrau.Chronos.Plugin.IDeviceInfo.Device
get

The device.

Definition at line 251 of file Helpers.cs.

251{ get; }

The documentation for this interface was generated from the following file: