getBytes method

Pointer<Uint8> getBytes(
  1. IStatus status
)

Implementation

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