DotMSN

P2PMessage.FlipEndian Method (UInt32)

Flips the bytes of the unsigned integer.

[Visual Basic]
Overloads Protected Function FlipEndian( _
   ByVal number As UInt32 _
) As UInt32
[C#]
protected uint FlipEndian(
   uint number
);

Parameters

number

Return Value

Remarks

This method is used when the message data (byte array) is requested.

See Also

P2PMessage Class | XihSolutions.DotMSN.DataTransfer Namespace | P2PMessage.FlipEndian Overload List