Method | 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 |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QLocalSocket ( Type dummy ) : System |
Method | Description | |
---|---|---|
BytesAvailable ( ) : long | ||
BytesToWrite ( ) : long | ||
CanReadLine ( ) : bool | ||
Close ( ) : void | ||
IsSequential ( ) : bool | ||
QLocalSocket ( ) : System | ||
ReadData ( Pointer |
||
WaitForBytesWritten ( int msecs ) : bool | ||
WaitForReadyRead ( int msecs ) : bool | ||
WriteData ( string arg1, long arg2 ) : long |
public ConnectToServer ( string name ) : void | ||
name | string | |
return | void |
public ConnectToServer ( string name, uint openMode ) : void | ||
name | string | |
openMode | uint | |
return | void |
public Error ( ) : QLocalSocket.LocalSocketError | ||
return | QLocalSocket.LocalSocketError |
public QLocalSocket ( QObject parent ) : System | ||
parent | QObject | |
return | System |
protected QLocalSocket ( Type dummy ) : System | ||
dummy | Type | |
return | System |
public SetReadBufferSize ( long size ) : void | ||
size | long | |
return | void |
public State ( ) : QLocalSocket.LocalSocketState | ||
return | QLocalSocket.LocalSocketState |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |
public WaitForDisconnected ( int msecs ) : bool | ||
msecs | int | |
return | bool |