Int32TransformOutputParam

Output parameter that is backed by an Int32OutputParam but the resolved value is transformed into T when read.

Inheritors

Properties

Link copied to clipboard
open override val value: T

Value written from native side.

Functions

Link copied to clipboard
abstract fun transform(value: Int): T