addWithTpb method

void addWithTpb(
  1. IStatus status,
  2. IAttachment attachment,
  3. int length,
  4. Pointer<Uint8> tpb,
)

Implementation

void addWithTpb(
  IStatus status,
  IAttachment attachment,
  int length,
  Pointer<Uint8> tpb,
) {
  _addWithTpb(self, status.self, attachment.self, length, tpb);
  status.checkStatus();
}