start method

void start(
  1. IStatus status,
  2. int spbLength,
  3. Pointer<Uint8> spb
)

Implementation

void start(IStatus status, int spbLength, Pointer<Uint8> spb) {
  _start(self, status.self, spbLength, spb);
  status.checkStatus();
}