发布于 2015-02-10 11:42:52
1楼
是的。.....shift+F1在线帮助
The functions convert a variable of any data type (elementary data types, standard data types of technology packages and devices, and user-defined data types) to a byte array.
For AnyType_to_BigByteArray:
Big Endian-type byte array (most significant byte at low memory address)
For AnyType_to_LittleByteArray:
Little Endian-type byte array (least significant bytes at low memory address)
http://lvqd.blog.163.com