C# Class DBus.Transports.UnixNativeTransport

Inheritance: UnixTransport
Exibir arquivo Open project: brookpatten/dbus-sharp Class Usage Examples

Public Methods

Method Description
AuthString ( ) : string
GetSockAddr ( string path ) : byte[]
GetSockAddrAbstract ( string path ) : byte[]
Open ( string path, bool @abstract ) : void
WriteCred ( ) : void

Private Methods

Method Description
OpenAbstractUnix ( string path ) : UnixSocket
OpenUnix ( string path ) : UnixSocket
WriteBsdCred ( ) : void

Method Details

AuthString() public method

public AuthString ( ) : string
return string

GetSockAddr() public static method

public static GetSockAddr ( string path ) : byte[]
path string
return byte[]

GetSockAddrAbstract() public static method

public static GetSockAddrAbstract ( string path ) : byte[]
path string
return byte[]

Open() public method

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

WriteCred() public method

public WriteCred ( ) : void
return void