UtilsLib REALbasic Plugin

Endian16Swap Method

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

Endian16Swap(
   value as Integer) as Integer

Parameters

value
The source value.

Returns

Integer

Remarks

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global