add method

void add(
  1. IStatus status,
  2. int count,
  3. Pointer<Uint8> inBuffer
)

Implementation

void add(IStatus status, int count, Pointer<Uint8> inBuffer) {
  _add(self, status.self, count, inBuffer);
  status.checkStatus();
}