C# Class Qyoto.QLocalSocket

Inheritance: Qyoto.QIODevice, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
Abort ( ) : void
ConnectToServer ( string name ) : void
ConnectToServer ( string name, uint openMode ) : void
DisconnectFromServer ( ) : void
Dispose ( ) : void
Error ( ) : QLocalSocket.LocalSocketError
Flush ( ) : bool
FullServerName ( ) : string
IsValid ( ) : bool
QLocalSocket ( QObject parent ) : System
ReadBufferSize ( ) : long
ServerName ( ) : string
SetReadBufferSize ( long size ) : void
State ( ) : QLocalSocket.LocalSocketState
Tr ( string s ) : string
Tr ( string s, string c ) : string
WaitForBytesWritten ( ) : bool
WaitForConnected ( ) : bool
WaitForConnected ( int msecs ) : bool
WaitForDisconnected ( ) : bool
WaitForDisconnected ( int msecs ) : bool
WaitForReadyRead ( ) : bool

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QLocalSocket ( Type dummy ) : System

Private Methods

Méthode Description
BytesAvailable ( ) : long
BytesToWrite ( ) : long
CanReadLine ( ) : bool
Close ( ) : void
IsSequential ( ) : bool
QLocalSocket ( ) : System
ReadData ( Pointer arg1, long arg2 ) : long
WaitForBytesWritten ( int msecs ) : bool
WaitForReadyRead ( int msecs ) : bool
WriteData ( string arg1, long arg2 ) : long

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

ConnectToServer() public méthode

public ConnectToServer ( string name ) : void
name string
Résultat void

ConnectToServer() public méthode

public ConnectToServer ( string name, uint openMode ) : void
name string
openMode uint
Résultat void

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DisconnectFromServer() public méthode

public DisconnectFromServer ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Error() public méthode

public Error ( ) : QLocalSocket.LocalSocketError
Résultat QLocalSocket.LocalSocketError

Flush() public méthode

public Flush ( ) : bool
Résultat bool

FullServerName() public méthode

public FullServerName ( ) : string
Résultat string

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

QLocalSocket() public méthode

public QLocalSocket ( QObject parent ) : System
parent QObject
Résultat System

QLocalSocket() protected méthode

protected QLocalSocket ( Type dummy ) : System
dummy Type
Résultat System

ReadBufferSize() public méthode

public ReadBufferSize ( ) : long
Résultat long

ServerName() public méthode

public ServerName ( ) : string
Résultat string

SetReadBufferSize() public méthode

public SetReadBufferSize ( long size ) : void
size long
Résultat void

State() public méthode

public State ( ) : QLocalSocket.LocalSocketState
Résultat QLocalSocket.LocalSocketState

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

WaitForBytesWritten() public méthode

public WaitForBytesWritten ( ) : bool
Résultat bool

WaitForConnected() public méthode

public WaitForConnected ( ) : bool
Résultat bool

WaitForConnected() public méthode

public WaitForConnected ( int msecs ) : bool
msecs int
Résultat bool

WaitForDisconnected() public méthode

public WaitForDisconnected ( ) : bool
Résultat bool

WaitForDisconnected() public méthode

public WaitForDisconnected ( int msecs ) : bool
msecs int
Résultat bool

WaitForReadyRead() public méthode

public WaitForReadyRead ( ) : bool
Résultat bool