UtilsLib Xojo plugin

EinhugurBitwiseModule.Endian16Swap Method (console safe)

To swap the endian of a 16bit integer value use the Endian16Swap function.

Endian16Swap(
   value as Int16) as Int16

Parameters

value
The source value.

Returns

Int16
The source value with endianness swapped.

Remarks

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM

    Unsupported Platforms:

  • MacOS X Carbon

    See Also

    EinhugurBitwiseModule Module