C# Class SIPSorcery.Net.Utility

Afficher le fichier Open project: sipsorcery/sipsorcery

Méthodes publiques

Méthode Description
PrintBuffer ( byte buffer ) : string
ReverseEndian ( UInt16 val ) : UInt16
ReverseEndian ( UInt32 val ) : UInt32

Method Details

PrintBuffer() public static méthode

public static PrintBuffer ( byte buffer ) : string
buffer byte
Résultat string

ReverseEndian() public static méthode

public static ReverseEndian ( UInt16 val ) : UInt16
val System.UInt16
Résultat System.UInt16

ReverseEndian() public static méthode

public static ReverseEndian ( UInt32 val ) : UInt32
val System.UInt32
Résultat System.UInt32