pinMode property

Pointer<NativeFunction<Void Function(Pointer<Node> node, Int pin, Int mode)>> pinMode
getter/setter pair

Implementation

external Pointer<
  NativeFunction<Void Function(Pointer<Node> node, Int pin, Int mode)>
>
pinMode;