needsGetResponse property
bool
get
needsGetResponse
true when SW1 = 0x61 — card has bytesAvailable more bytes to send.
Implementation
bool get needsGetResponse => sw1 == 0x61;
true when SW1 = 0x61 — card has bytesAvailable more bytes to send.
bool get needsGetResponse => sw1 == 0x61;