ExportProfileUseCase

Use case for exporting a device profile to an output stream.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open operator fun invoke(sink: BufferedSink, profile: DeviceProfile): Result<Unit>

Exports the provided DeviceProfile to the given BufferedSink.