DeviceRequests

sealed interface DeviceRequests

Abstract sealed class that defines the available request operations for satellite devices.

This class provides a standard interface for making various types of requests to satellite devices, handling the communication protocol details, and returning properly typed responses.

Inheritors

Functions

Link copied to clipboard
abstract fun wrapWithSendRequestListener(listener: () -> Unit): DeviceRequests