ImportProfileUseCase

Use case for importing a device profile from an input stream.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open operator fun invoke(source: BufferedSource): Result<DeviceProfile>

Imports a DeviceProfile from the provided BufferedSource.