|
Lucon SDK 1.0.7
|
| NGefasoft | |
| NLuconV2 | |
| NAbstractions | |
| CIChannel | Abstraction of a Lucon2 power module |
| CIDevice | Represents the functionality of a Lucon communication module |
| NExceptions | |
| CLuconException | Indicates Errors in the Lucon SDK |
| NInfrastructure | |
| CInteropObject | Wraps abstractions which are represented by a LuconHandle within the Lucon C-API. It provides resource-management by implementing the IDisposable pattern |
| CChannel | Implements IChannel by wrapping the Lucon C API |
| CChannelCollection | A container for channels |
| CCommunicationEventArgs | Argument for communication monitoring events |
| CContinuousModeParameters | Parameters defining the lighting output of a Channel in ChannelMode.Continuous |
| CDevice | Implements IDevice by wrapping the Lucon C API |
| CDeviceConnection | Base class encapsulating a connection to a Lucon Device |
| CFakeDeviceConnection | Implements a virtual DeviceConnection, which the behavior of a Lucon. It might be used to provide a connection in the absence of real Lucon hardware, for example for development and testing |
| CHintReceivedEventArgs | Argument to receive Lucon device hints |
| COutputTriggerParams | Parameters to control the trigger output of a IChannel |
| CPulseModeParameters | Parameters defining the lighting output of a Channel in ChannelMode.Pulse |
| CRs232DeviceConnection | Implements a DeviceConnection to a Lucon using a RS232 serial port |
| CSwitchModeParameters | Parameters defining the lighting output of a Channel in ChannelMode.Switch |
| CUdpDeviceConnection | Implements a DeviceConnection to a Lucon using UDP |