C# 클래스 DBus.Transports.UnixNativeTransport

상속: UnixTransport
파일 보기 프로젝트 열기: brookpatten/dbus-sharp 1 사용 예제들

공개 메소드들

메소드 설명
AuthString ( ) : string
GetSockAddr ( string path ) : byte[]
GetSockAddrAbstract ( string path ) : byte[]
Open ( string path, bool @abstract ) : void
WriteCred ( ) : void

비공개 메소드들

메소드 설명
OpenAbstractUnix ( string path ) : UnixSocket
OpenUnix ( string path ) : UnixSocket
WriteBsdCred ( ) : void

메소드 상세

AuthString() 공개 메소드

public AuthString ( ) : string
리턴 string

GetSockAddr() 공개 정적인 메소드

public static GetSockAddr ( string path ) : byte[]
path string
리턴 byte[]

GetSockAddrAbstract() 공개 정적인 메소드

public static GetSockAddrAbstract ( string path ) : byte[]
path string
리턴 byte[]

Open() 공개 메소드

public Open ( string path, bool @abstract ) : void
path string
@abstract bool
리턴 void

WriteCred() 공개 메소드

public WriteCred ( ) : void
리턴 void