c# small endian large endian?
in support hardware allows us control around udp/ip,
i found following fragment:
in communication protocol, dword 4 bytes data, 2 bytes data,
byte unparalleled byte data. storage format small endian, namely 4 bytes (32bits) information stored as: d7-d0, d15-d8, d23-d16, d31-d24; double bytes (16bits) information stored as: d7-d0 , d15-d8.
i am wondering translates c#?
do i have modify things before eventuality over?
for example, i wish send over 32 bit integer, 4 impression string?
Comments
Post a Comment