DotMSN

P2PMessage.FlipEndian Method (UInt64)

Flips the bytes of the unsigned long.

[Visual Basic]
Overloads Protected Function FlipEndian( _
   ByVal number As UInt64 _
) As UInt64
[C#]
protected ulong FlipEndian(
   ulong 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