PulvreaktConfiguration

data class PulvreaktConfiguration(val devicesConfiguration: DevicesConfiguration, val protocol: Protocol)

Represents the container of configurations and additional information for the communication. devicesConfiguration is the map that associates a device name to its specification. protocol is the Protocol that will be used for the communication.

Constructors

Link copied to clipboard
constructor(devicesConfiguration: DevicesConfiguration, protocol: Protocol)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun get(deviceName: String): DeviceSpecification?

Returns the device specification of the device with the given deviceName.