resultAsInt property

  1. @Int()
int resultAsInt
getter/setter pair

Keeps track of a result of decoding. Set to MA_BUSY while the buffer is still loading. Set to MA_SUCCESS when loading is finished successfully. Otherwise set to some other code.

Implementation

@ffi.Int()
external int resultAsInt;