C# Class DBus.Transports.UnixNativeTransport

Inheritance: UnixTransport
Afficher le fichier Open project: brookpatten/dbus-sharp Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OpenAbstractUnix ( string path ) : UnixSocket
OpenUnix ( string path ) : UnixSocket
WriteBsdCred ( ) : void

Method Details

AuthString() public méthode

public AuthString ( ) : string
Résultat string

GetSockAddr() public static méthode

public static GetSockAddr ( string path ) : byte[]
path string
Résultat byte[]

GetSockAddrAbstract() public static méthode

public static GetSockAddrAbstract ( string path ) : byte[]
path string
Résultat byte[]

Open() public méthode

public Open ( string path, bool @abstract ) : void
path string
@abstract bool
Résultat void

WriteCred() public méthode

public WriteCred ( ) : void
Résultat void