process method

void process(
  1. IStatus status,
  2. int length,
  3. Pointer<Uint8> data
)

Implementation

void process(IStatus status, int length, Pointer<Uint8> data) {
  _process(self, status.self, length, data);
  status.checkStatus();
}