Qt.QSocketDevice Class

public class QSocketDevice: QIODevice, System.IDisposable

Base Types

System.Object
  QtSupport
    QIODevice
      QSocketDevice

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QSocketDevice Constructors

QSocketDevice(Type) Constructor
QSocketDevice(int, Type) Constructor
QSocketDevice() Constructor
QSocketDevice(void *) Constructor

QSocketDevice Methods

QSocketDevice.Accept Method
QSocketDevice.Address Method
QSocketDevice.AddressReusable Method
QSocketDevice.At() Method
QSocketDevice.At(int) Method
QSocketDevice.AtEnd Method
QSocketDevice.Bind Method
QSocketDevice.Blocking Method
QSocketDevice.BytesAvailable Method
QSocketDevice.Close Method
QSocketDevice.Connect Method
QSocketDevice.Finalize Method
QSocketDevice.Flush Method
QSocketDevice.Getch Method
QSocketDevice.IsValid Method
QSocketDevice.Listen Method
QSocketDevice.Open Method
QSocketDevice.PeerAddress Method
QSocketDevice.PeerPort Method
QSocketDevice.Port Method
QSocketDevice.Putch Method
QSocketDevice.ReadBlock Method
QSocketDevice.ReceiveBufferSize Method
QSocketDevice.SendBufferSize Method
QSocketDevice.SetAddressReusable Method
QSocketDevice.SetBlocking Method
QSocketDevice.SetError Method
QSocketDevice.SetReceiveBufferSize Method
QSocketDevice.SetSendBufferSize Method
QSocketDevice.SetSocket Method
QSocketDevice.Size Method
QSocketDevice.Socket Method
QSocketDevice.TheError Method
QSocketDevice.TheType Method
QSocketDevice.Ungetch Method
QSocketDevice.WaitForMore(int, bool) Method
QSocketDevice.WaitForMore(int) Method
QSocketDevice.WriteBlock(System.String, long) Method
QSocketDevice.WriteBlock(System.String, long, Qt.QHostAddress, ushort) Method


QSocketDevice(Type) Constructor

public void QSocketDevice(Type type);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice(int, Type) Constructor

public void QSocketDevice(int socket, Type type);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice() Constructor

public void QSocketDevice();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice(void *) Constructor

public void QSocketDevice(void * ptr);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Accept Method

public int Accept();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Address Method

public Qt.QHostAddress Address();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.AddressReusable Method

public bool AddressReusable();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.At() Method

public int At();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.At(int) Method

public bool At(int arg1);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.AtEnd Method

public bool AtEnd();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Bind Method

public bool Bind(Qt.QHostAddress arg1, ushort arg2);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Blocking Method

public bool Blocking();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.BytesAvailable Method

public long BytesAvailable();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Close Method

public void Close();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Connect Method

public bool Connect(Qt.QHostAddress arg1, ushort arg2);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Finalize Method

protected override void Finalize();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Flush Method

public void Flush();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Getch Method

public int Getch();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.IsValid Method

public bool IsValid();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Listen Method

public bool Listen(int backlog);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Open Method

public bool Open(int mode);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.PeerAddress Method

public Qt.QHostAddress PeerAddress();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.PeerPort Method

public ushort PeerPort();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Port Method

public ushort Port();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Putch Method

public int Putch(int arg1);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.ReadBlock Method

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

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.ReceiveBufferSize Method

public int ReceiveBufferSize();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.SendBufferSize Method

public int SendBufferSize();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.SetAddressReusable Method

public void SetAddressReusable(bool arg1);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.SetBlocking Method

public void SetBlocking(bool arg1);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.SetError Method

protected void SetError(Error err);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.SetReceiveBufferSize Method

public void SetReceiveBufferSize(uint arg1);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.SetSendBufferSize Method

public void SetSendBufferSize(uint arg1);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.SetSocket Method

public void SetSocket(int socket, Type type);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Size Method

public int Size();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Socket Method

public int Socket();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.TheError Method

public Error TheError();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.TheType Method

public Type TheType();

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.Ungetch Method

public int Ungetch(int arg1);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.WaitForMore(int, bool) Method

public long WaitForMore(int msecs, bool timeout);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.WaitForMore(int) Method

public long WaitForMore(int msecs);

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.WriteBlock(System.String, long) Method

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

See Also

Qt.QSocketDevice Class, Qt Namespace

QSocketDevice.WriteBlock(System.String, long, Qt.QHostAddress, ushort) Method

public long WriteBlock(System.String data, long len, Qt.QHostAddress host, ushort port);

See Also

Qt.QSocketDevice Class, Qt Namespace