.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.Endianness: ========================================================================================================================================== |phoenix_title| **wx.Endianness** ========================================================================================================================================== The `Endianness` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``wx.ENDIAN_INVALID`` returned on error ``wx.ENDIAN_BIG`` 4321 ``wx.ENDIAN_LITTLE`` 1234 ``wx.ENDIAN_PDP`` 3412 ``wx.ENDIAN_MAX`` ================================================================================ ================================================================================ |