I have this structure :
UID (4 byte unsigned integer)
Message size (4 byte unsigned integer)
Date (4 byte time_t value)
In a file I have this data :
UID : 3C 05 00 00
Message size : 2F EA 02 00
Date : FA 11 02 53
I dont find how get each value in human reading ? Can you help me please ?
Normally the size is 8581o and the date 02-17-2014 14:39.