noFixedSizedCallback property

  1. @UnsignedChar()
int noFixedSizedCallback
getter/setter pair

Disables strict fixed-sized data callbacks. Setting this to true will result in the period size being treated only as a hint to the backend. This is an optimization for those who don't need fixed sized callbacks.

Implementation

@ma_bool8()
external int noFixedSizedCallback;