Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
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 261 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 270 of file Helpers.cs.

270{ get; }

◆ Device

IDevice AxelSemrau.Chronos.Plugin.IDeviceInfo.Device
get

The device.

Definition at line 266 of file Helpers.cs.

266{ get; }

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