Qt.QSocket Class

public class QSocket: QObject, System.IDisposable, IQIODevice

Base Types

System.Object
  QtSupport
    QObject
      QSocket

This type implements System.IDisposable and IQIODevice.

See Also

Qt Namespace

Members

QSocket Constructors

QSocket(Qt.QObject, System.String) Constructor
QSocket() Constructor
QSocket(Qt.QObject) Constructor
QSocket(void *) Constructor

QSocket Methods

QSocket.Address Method
QSocket.At() Method
QSocket.At(int) Method
QSocket.AtEnd Method
QSocket.BytesAvailable Method
QSocket.BytesToWrite Method
QSocket.CanReadLine Method
QSocket.Close Method
QSocket.ConnectToHost Method
QSocket.Finalize Method
QSocket.Flags Method
QSocket.Flush Method
QSocket.Getch Method
QSocket.IsAsynchronous Method
QSocket.IsBuffered Method
QSocket.IsCombinedAccess Method
QSocket.IsDirectAccess Method
QSocket.IsInactive Method
QSocket.IsOpen Method
QSocket.IsRaw Method
QSocket.IsReadWrite Method
QSocket.IsReadable Method
QSocket.IsSequentialAccess Method
QSocket.IsSynchronous Method
QSocket.IsTranslated Method
QSocket.IsWritable Method
QSocket.Mode Method
QSocket.Open Method
QSocket.PeerAddress Method
QSocket.PeerName Method
QSocket.PeerPort Method
QSocket.Port Method
QSocket.Putch Method
QSocket.QIODevice Method
QSocket.ReadAll Method
QSocket.ReadBlock Method
QSocket.ReadLine(System.String, long) Method
QSocket.ReadLine() Method
QSocket.Reset Method
QSocket.ResetStatus Method
QSocket.SetSocket Method
QSocket.SetSocketDevice Method
QSocket.Size Method
QSocket.Sn_read(bool) Method
QSocket.Sn_read() Method
QSocket.Sn_write Method
QSocket.Socket Method
QSocket.SocketDevice Method
QSocket.Status Method
QSocket.TheState Method
QSocket.Ungetch Method
QSocket.WaitForMore Method
QSocket.WriteBlock(System.String, long) Method
QSocket.WriteBlock(byte[]) Method


QSocket(Qt.QObject, System.String) Constructor

public void QSocket(Qt.QObject parent, System.String name);

See Also

Qt.QSocket Class, Qt Namespace

QSocket() Constructor

public void QSocket();

See Also

Qt.QSocket Class, Qt Namespace

QSocket(Qt.QObject) Constructor

public void QSocket(Qt.QObject parent);

See Also

Qt.QSocket Class, Qt Namespace

QSocket(void *) Constructor

public void QSocket(void * ptr);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Address Method

public Qt.QHostAddress Address();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.At() Method

public int At();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.At(int) Method

public bool At(int arg1);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.AtEnd Method

public bool AtEnd();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.BytesAvailable Method

public long BytesAvailable();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.BytesToWrite Method

public long BytesToWrite();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.CanReadLine Method

public bool CanReadLine();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Close Method

public void Close();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.ConnectToHost Method

public void ConnectToHost(System.String host, ushort port);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Finalize Method

protected override void Finalize();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Flags Method

public int Flags();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Flush Method

public void Flush();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Getch Method

public int Getch();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsAsynchronous Method

public bool IsAsynchronous();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsBuffered Method

public bool IsBuffered();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsCombinedAccess Method

public bool IsCombinedAccess();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsDirectAccess Method

public bool IsDirectAccess();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsInactive Method

public bool IsInactive();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsOpen Method

public bool IsOpen();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsRaw Method

public bool IsRaw();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsReadWrite Method

public bool IsReadWrite();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsReadable Method

public bool IsReadable();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsSequentialAccess Method

public bool IsSequentialAccess();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsSynchronous Method

public bool IsSynchronous();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsTranslated Method

public bool IsTranslated();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.IsWritable Method

public bool IsWritable();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Mode Method

public int Mode();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Open Method

public bool Open(int mode);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.PeerAddress Method

public Qt.QHostAddress PeerAddress();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.PeerName Method

public System.String PeerName();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.PeerPort Method

public ushort PeerPort();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Port Method

public ushort Port();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Putch Method

public int Putch(int arg1);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.QIODevice Method

public void * QIODevice();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.ReadAll Method

public byte[] ReadAll();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.ReadBlock Method

public long ReadBlock(System.String data, long maxlen);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.ReadLine(System.String, long) Method

public long ReadLine(System.String data, long maxlen);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.ReadLine() Method

public System.String ReadLine();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Reset Method

public bool Reset();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.ResetStatus Method

public void ResetStatus();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.SetSocket Method

public void SetSocket(int arg1);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.SetSocketDevice Method

public void SetSocketDevice(Qt.QSocketDevice arg1);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Size Method

public int Size();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Sn_read(bool) Method

protected void Sn_read(bool force);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Sn_read() Method

protected void Sn_read();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Sn_write Method

protected void Sn_write();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Socket Method

public int Socket();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.SocketDevice Method

public Qt.QSocketDevice SocketDevice();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Status Method

public int Status();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.TheState Method

public State TheState();

See Also

Qt.QSocket Class, Qt Namespace

QSocket.Ungetch Method

public int Ungetch(int arg1);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.WaitForMore Method

public long WaitForMore(int msecs);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.WriteBlock(System.String, long) Method

public long WriteBlock(System.String data, long len);

See Also

Qt.QSocket Class, Qt Namespace

QSocket.WriteBlock(byte[]) Method

public long WriteBlock(byte[] data);

See Also

Qt.QSocket Class, Qt Namespace