Everything

build.Common.DataEndian


This property is for setting or referring to the endian of data. It is a common option for the build tool for the active project.[CC-RX]

[Specification format]

build.Common.DataEndian = endianType

[Setting(s)]

Setting

Description

endianType

Specify the endian of data.

The specifiable types are listed below.

Type

Description

EndianType.Big

The byte order of data is big endian.

EndianType.Little

The byte order of data is little endian.

[Reference]

Set value

[Detailed description]

-

This property is for setting or referring to the endian of data. It is a common option for the build tool for the active project.

[Example of use]

>>>build.Common.DataEndian = EndianType.Little
>>>print build.Common.DataEndian
Little
>>>