|
|
@ -13,9 +13,9 @@ enum transport_status_code { |
|
|
|
doc > non error states |
|
|
|
|
|
|
|
hex connection_up 0x00000002; |
|
|
|
hex message_delivered 0x00100000; |
|
|
|
hex message_on_the_way 0x00100001; |
|
|
|
hex could_not_deliver_resending 0x00100002; |
|
|
|
hex message_delivered 0x00000003; |
|
|
|
hex message_on_the_way 0x00000004; |
|
|
|
hex could_not_deliver_resending 0x00000005; |
|
|
|
|
|
|
|
doc > error states |
|
|
|
|
|
|
|