|
@@ -51,6 +51,12 @@
|
|
#define RCODE_TYPE_ERROR 0x6
|
|
#define RCODE_TYPE_ERROR 0x6
|
|
#define RCODE_ADDRESS_ERROR 0x7
|
|
#define RCODE_ADDRESS_ERROR 0x7
|
|
|
|
|
|
|
|
+#define RCODE_SEND_ERROR 0x10
|
|
|
|
+#define RCODE_CANCELLED 0x11
|
|
|
|
+#define RCODE_BUSY 0x12
|
|
|
|
+#define RCODE_GENERATION 0x13
|
|
|
|
+#define RCODE_NO_ACK 0x14
|
|
|
|
+
|
|
#define SCODE_100 0x0
|
|
#define SCODE_100 0x0
|
|
#define SCODE_200 0x1
|
|
#define SCODE_200 0x1
|
|
#define SCODE_400 0x2
|
|
#define SCODE_400 0x2
|