more consistency

IPS-67
Volker Birk 2 years ago
parent d3e35db7d3
commit 6b67f61147

@ -12,10 +12,10 @@ enum transport_status_code {
doc > non error states
hex connection_up 0x00000002;
hex message_delivered 0x00000003;
hex message_on_the_way 0x00000004;
hex could_not_deliver_resending 0x00000005;
hex connection_up 0x00000001;
hex message_delivered 0x00000002;
hex message_on_the_way 0x00000003;
hex could_not_deliver_resending 0x00000004;
doc > error states

Loading…
Cancel
Save