invoke

open operator fun invoke(sink: BufferedSink, profile: DeviceProfile): Result<Unit>(source)

Exports the provided DeviceProfile to the given BufferedSink.

Return

A Result indicating success or failure.

Parameters

sink

The sink to write the profile to.

profile

The device profile to export.