Editing Talk:SC Communication
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 671: | Line 671: | ||
struct __attribute__ ((packed)) get_service_version_response_t { | struct __attribute__ ((packed)) get_service_version_response_t { | ||
uint8_t status; | uint8_t status; | ||
uint8_t | uint8_t padding; | ||
uint8_t major_version; | uint8_t major_version; | ||
uint8_t minor_version; | uint8_t minor_version; |