C# Class DBus.Transports.Transport

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

Méthodes publiques

Свойство Type Description
socketHandle long
stream Stream

Protected Properties

Свойство Type Description
connection Connection

Méthodes publiques

Méthode Description
AuthString ( ) : string
Create ( AddressEntry entry ) : Transport
Disconnect ( ) : void
Open ( AddressEntry entry ) : void
TryGetPeerPid ( uint &pid ) : bool
WriteCred ( ) : void

Méthodes protégées

Méthode Description
FireWakeUp ( ) : void

Private Methods

Méthode Description
Read ( byte buffer, int offset, int count ) : int
ReadMessage ( ) : Message
ReadMessageReal ( ) : Message
WriteMessage ( Message msg ) : void

Method Details

AuthString() public abstract méthode

public abstract AuthString ( ) : string
Résultat string

Create() public static méthode

public static Create ( AddressEntry entry ) : Transport
entry AddressEntry
Résultat Transport

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

FireWakeUp() protected méthode

protected FireWakeUp ( ) : void
Résultat void

Open() public abstract méthode

public abstract Open ( AddressEntry entry ) : void
entry AddressEntry
Résultat void

TryGetPeerPid() public méthode

public TryGetPeerPid ( uint &pid ) : bool
pid uint
Résultat bool

WriteCred() public abstract méthode

public abstract WriteCred ( ) : void
Résultat void

Property Details

connection protected_oe property

protected Connection connection
Résultat Connection

socketHandle public_oe property

public long socketHandle
Résultat long

stream public_oe property

public Stream stream
Résultat Stream