CFSwapInt32(_:)
Swaps the bytes of a 32-bit integer.
Declaration
func CFSwapInt32(_ arg: UInt32) -> UInt32Parameters
- arg:
The integer whose bytes should be swapped.
Return Value
The integer with its bytes swapped.
See Also
Core Foundation Byte Order Utilities Miscellaneous Functions
CFByteOrderGetCurrent()CFConvertDoubleHostToSwapped(_:)CFConvertDoubleSwappedToHost(_:)CFConvertFloat32HostToSwapped(_:)CFConvertFloat32SwappedToHost(_:)CFConvertFloat64HostToSwapped(_:)CFConvertFloat64SwappedToHost(_:)CFConvertFloatHostToSwapped(_:)CFConvertFloatSwappedToHost(_:)CFSwapInt16(_:)CFSwapInt16BigToHost(_:)CFSwapInt16HostToBig(_:)CFSwapInt16HostToLittle(_:)CFSwapInt16LittleToHost(_:)CFSwapInt32BigToHost(_:)