C# Class Avahi.Utility

Afficher le fichier Open project: RidgeRun/eval-sdk-imx6-hummingboard

Méthodes publiques

Méthode Description
AddressToPtr ( IPAddress address ) : IntPtr
Free ( IntPtr ptr ) : void
PtrToAddress ( IntPtr ptr ) : IPAddress
PtrToString ( IntPtr ptr ) : string
PtrToStringFree ( IntPtr ptr ) : string
StringToBytes ( string str ) : byte[]

Private Methods

Méthode Description
StringToPtr ( string str ) : IntPtr
avahi_address_parse ( IntPtr str, Protocol proto, IntPtr ret ) : IntPtr
avahi_address_snprint ( IntPtr buf, int size, IntPtr address ) : IntPtr
strlen ( IntPtr ptr ) : int

Method Details

AddressToPtr() public static méthode

public static AddressToPtr ( IPAddress address ) : IntPtr
address System.Net.IPAddress
Résultat System.IntPtr

Free() public static méthode

public static Free ( IntPtr ptr ) : void
ptr System.IntPtr
Résultat void

PtrToAddress() public static méthode

public static PtrToAddress ( IntPtr ptr ) : IPAddress
ptr System.IntPtr
Résultat System.Net.IPAddress

PtrToString() public static méthode

public static PtrToString ( IntPtr ptr ) : string
ptr System.IntPtr
Résultat string

PtrToStringFree() public static méthode

public static PtrToStringFree ( IntPtr ptr ) : string
ptr System.IntPtr
Résultat string

StringToBytes() public static méthode

public static StringToBytes ( string str ) : byte[]
str string
Résultat byte[]