C# Class SIPSorcery.Sys.NetConvert

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
DoReverseEndian ( UInt16 x ) : UInt16
DoReverseEndian ( uint x ) : uint
DoReverseEndian ( ulong x ) : ulong

Method Details

DoReverseEndian() public static method

public static DoReverseEndian ( UInt16 x ) : UInt16
x System.UInt16
return System.UInt16

DoReverseEndian() public static method

public static DoReverseEndian ( uint x ) : uint
x uint
return uint

DoReverseEndian() public static method

public static DoReverseEndian ( ulong x ) : ulong
x ulong
return ulong