invoke

open operator fun invoke(source: BufferedSource): Result<DeviceProfile>(source)

Imports a DeviceProfile from the provided BufferedSource.

Return

A Result containing the imported DeviceProfile or an error.

Parameters

source

The source to read the profile from.