prepare method

void prepare(
  1. IStatus status,
  2. int msgLength,
  3. Pointer<Uint8> message
)

Implementation

void prepare(IStatus status, int msgLength, Pointer<Uint8> message) {
  _prepare(self, status.self, msgLength, message);
  status.checkStatus();
}