Package org.sensorhub.api.comm
package org.sensorhub.api.comm
-
ClassDescriptionBase class for communication provider configuration objectsEvent sent when a device is found as a result of scanning a network or busTagging interface for communication configuration optionsICommNetwork<ConfigType extends ModuleConfig>Interface used to represent communication networks of different types, such as Ethernet, WiFi, Bluetooth, Bluetooth LE, ZigBee, etc...ICommProvider<ConfigType extends CommProviderConfig<?>>Interface for all communication providers giving access to an input stream for reading incoming data and an output stream for sending outgoing data.Device scan callback to which newly found devices are reported during a scanInterface for device scanning services.
Implementations of this interface are typically used by sensor drivers to discover sensors connected via USB, bluetooth, zeroconf, etc.IMessageQueuePush<T extends MessageQueueConfig>Common interface to publish and receive messages from various message queue implementations