CFByteOrderGetCurrent()
Returns the byte order of the current computer.
Declaration
func CFByteOrderGetCurrent() -> CFByteOrderReturn Value
The byte order of the current computer. See CFByteOrder for the list of possible return values.
See Also
Core Foundation Byte Order Utilities Miscellaneous Functions
CFConvertDoubleHostToSwapped(_:)CFConvertDoubleSwappedToHost(_:)CFConvertFloat32HostToSwapped(_:)CFConvertFloat32SwappedToHost(_:)CFConvertFloat64HostToSwapped(_:)CFConvertFloat64SwappedToHost(_:)CFConvertFloatHostToSwapped(_:)CFConvertFloatSwappedToHost(_:)CFSwapInt16(_:)CFSwapInt16BigToHost(_:)CFSwapInt16HostToBig(_:)CFSwapInt16HostToLittle(_:)CFSwapInt16LittleToHost(_:)CFSwapInt32(_:)CFSwapInt32BigToHost(_:)