diff options
Diffstat (limited to 'unit/stk-test-data.h')
-rw-r--r-- | unit/stk-test-data.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/unit/stk-test-data.h b/unit/stk-test-data.h index cd562a13..1e316f56 100644 --- a/unit/stk-test-data.h +++ b/unit/stk-test-data.h @@ -413,3 +413,23 @@ static const unsigned char get_inkey_response_411[] = { 0x81, 0x03, 0x01, 0x22, 0x03, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x00, 0x8d, 0x03, 0x08, 0x04, 0x14, }; + +static const unsigned char get_inkey_511[] = { + 0xD0, 0x15, 0x81, 0x03, 0x01, 0x22, 0x04, 0x82, 0x02, 0x81, 0x82, 0x8D, + 0x0A, 0x04, 0x45, 0x6E, 0x74, 0x65, 0x72, 0x20, 0x59, 0x45, 0x53 +}; + +static const unsigned char get_inkey_response_511[] = { + 0x81, 0x03, 0x01, 0x22, 0x04, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x00, + 0x8d, 0x02, 0x04, 0x01, +}; + +static const unsigned char get_inkey_512[] = { + 0xD0, 0x14, 0x81, 0x03, 0x01, 0x22, 0x04, 0x82, 0x02, 0x81, 0x82, 0x8D, + 0x09, 0x04, 0x45, 0x6E, 0x74, 0x65, 0x72, 0x20, 0x4E, 0x4F +}; + +static const unsigned char get_inkey_response_512[] = { + 0x81, 0x03, 0x01, 0x22, 0x04, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x00, + 0x8d, 0x02, 0x04, 0x00, +}; |