Admin Production ni-theme
Current Publication

ToOtherEndian32

LabWindows/CVI

ToOtherEndian32

unsigned int ToOtherEndian32 (unsigned int number);

Purpose

This function changes the endianess of the input number between little and big endian layouts.

Parameters

Input
Name Type Description
number unsigned int Pass the number whose endianess you want to change.

Return Value

Name Type Description
result unsigned int Returns the converted number. Returns zero if the system is using neither little nor big endian layout.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 9.0 and later