Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
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 More...
 
ConnectionState ConnectionState [get]
 The connection state, if known ( More...
 

Detailed Description

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

Definition at line 244 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 253 of file Helpers.cs.

253 { get; }

◆ Device

IDevice AxelSemrau.Chronos.Plugin.IDeviceInfo.Device
get

The device

Definition at line 249 of file Helpers.cs.

249 { get; }

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