Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Represents a connection to an Efento device in bootloader mode.

Link copied to clipboard
sealed interface Connection

Manages connections with Efento devices. The Connection interface allows you to establish and handle connections to Efento devices. Multiple instances of Connection can be used to connect to several devices simultaneously. However, it's important to note that only one Connection can be active per device at any given time.

Link copied to clipboard
interface GatewayCommands
Link copied to clipboard

Represents a connection to an Efento gateway.

Link copied to clipboard
Link copied to clipboard

Represents a connection to a legacy Efento gateway.

Link copied to clipboard
Link copied to clipboard
interface Scanner

Allows to scan for Efento devices.

Link copied to clipboard
interface SensorCommands
Link copied to clipboard

Represents a connection to an Efento sensor (software version 7 and later).

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents a connection to a legacy Efento sensor (software version 6 and earlier).

Link copied to clipboard
Link copied to clipboard