Show / Hide Table of Contents

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 Source

PrintBuffer(Byte[])

Declaration
public static string PrintBuffer(byte[] buffer)
Parameters
Type Name Description
System.Byte[] buffer
Returns
Type Description
System.String
| Improve this Doc View Source

ReverseEndian(UInt16)

Declaration
public static ushort ReverseEndian(ushort val)
Parameters
Type Name Description
System.UInt16 val
Returns
Type Description
System.UInt16
| Improve this Doc View Source

ReverseEndian(UInt32)

Declaration
public static uint ReverseEndian(uint val)
Parameters
Type Name Description
System.UInt32 val
Returns
Type Description
System.UInt32

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX