Class Utility
Inheritance
System.Object
Utility
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class Utility
Methods
| Improve this Doc View SourcePrintBuffer(Byte[])
Declaration
public static string PrintBuffer(byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buffer |
Returns
Type | Description |
---|---|
System.String |
ReverseEndian(UInt16)
Declaration
public static ushort ReverseEndian(ushort val)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | val |
Returns
Type | Description |
---|---|
System.UInt16 |
ReverseEndian(UInt32)
Declaration
public static uint ReverseEndian(uint val)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | val |
Returns
Type | Description |
---|---|
System.UInt32 |