value property

int get value

SW1 and SW2 as one 16-bit value, which is how card specifications write them.

Implementation

int get value => (statusWord1 << 8) | statusWord2;