C# 클래스 Avahi.Utility

파일 보기 프로젝트 열기: RidgeRun/eval-sdk-imx6-hummingboard

공개 메소드들

메소드 설명
AddressToPtr ( IPAddress address ) : IntPtr
Free ( IntPtr ptr ) : void
PtrToAddress ( IntPtr ptr ) : IPAddress
PtrToString ( IntPtr ptr ) : string
PtrToStringFree ( IntPtr ptr ) : string
StringToBytes ( string str ) : byte[]

비공개 메소드들

메소드 설명
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

메소드 상세

AddressToPtr() 공개 정적인 메소드

public static AddressToPtr ( IPAddress address ) : IntPtr
address System.Net.IPAddress
리턴 System.IntPtr

Free() 공개 정적인 메소드

public static Free ( IntPtr ptr ) : void
ptr System.IntPtr
리턴 void

PtrToAddress() 공개 정적인 메소드

public static PtrToAddress ( IntPtr ptr ) : IPAddress
ptr System.IntPtr
리턴 System.Net.IPAddress

PtrToString() 공개 정적인 메소드

public static PtrToString ( IntPtr ptr ) : string
ptr System.IntPtr
리턴 string

PtrToStringFree() 공개 정적인 메소드

public static PtrToStringFree ( IntPtr ptr ) : string
ptr System.IntPtr
리턴 string

StringToBytes() 공개 정적인 메소드

public static StringToBytes ( string str ) : byte[]
str string
리턴 byte[]