isSuccess method

bool isSuccess()

Implementation

bool isSuccess() {
  return this == success || sw1 == sw1SuccessWithRemainingBytes;
}