getBuffer method

Pointer<Uint8> getBuffer(
  1. IStatus status
)

Implementation

Pointer<Uint8> getBuffer(IStatus status) {
  final res = _getBuffer(self, status.self);
  status.checkStatus();
  return res;
}