C# 클래스 Mono.Zeroconf.Providers.AvahiDBus.AvahiUtils

파일 보기 프로젝트 열기: hacxman/zeroshare 1 사용 예제들

공개 메소드들

메소드 설명
ErrorCodeToServiceError ( ErrorCode error ) : ServiceErrorCode
FromMzcInterface ( uint @interface ) : int
FromMzcProtocol ( AddressProtocol addressProtocol ) : Protocol
ToMzcInterface ( int @interface ) : uint
ToMzcProtocol ( Protocol addressProtocol ) : AddressProtocol

메소드 상세

ErrorCodeToServiceError() 공개 정적인 메소드

public static ErrorCodeToServiceError ( ErrorCode error ) : ServiceErrorCode
error ErrorCode
리턴 ServiceErrorCode

FromMzcInterface() 공개 정적인 메소드

public static FromMzcInterface ( uint @interface ) : int
@interface uint
리턴 int

FromMzcProtocol() 공개 정적인 메소드

public static FromMzcProtocol ( AddressProtocol addressProtocol ) : Protocol
addressProtocol AddressProtocol
리턴 Protocol

ToMzcInterface() 공개 정적인 메소드

public static ToMzcInterface ( int @interface ) : uint
@interface int
리턴 uint

ToMzcProtocol() 공개 정적인 메소드

public static ToMzcProtocol ( Protocol addressProtocol ) : AddressProtocol
addressProtocol Protocol
리턴 AddressProtocol