public class QSocketDevice: QIODevice, System.IDisposable
System.Object
QtSupport
QIODevice
QSocketDeviceThis type implements System.IDisposable.
Qt Namespace
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
public void QSocketDevice(Type type);
Qt.QSocketDevice Class, Qt Namespace
public void QSocketDevice(int socket, Type type);
Qt.QSocketDevice Class, Qt Namespace
public void QSocketDevice();
Qt.QSocketDevice Class, Qt Namespace
public void QSocketDevice(void * ptr);
Qt.QSocketDevice Class, Qt Namespace
public int Accept();
Qt.QSocketDevice Class, Qt Namespace
public Qt.QHostAddress Address();
Qt.QSocketDevice Class, Qt Namespace
public bool AddressReusable();
Qt.QSocketDevice Class, Qt Namespace
public int At();
Qt.QSocketDevice Class, Qt Namespace
public bool At(int arg1);
Qt.QSocketDevice Class, Qt Namespace
public bool AtEnd();
Qt.QSocketDevice Class, Qt Namespace
public bool Bind(Qt.QHostAddress arg1, ushort arg2);
Qt.QSocketDevice Class, Qt Namespace
public bool Blocking();
Qt.QSocketDevice Class, Qt Namespace
public long BytesAvailable();
Qt.QSocketDevice Class, Qt Namespace
public void Close();
Qt.QSocketDevice Class, Qt Namespace
public bool Connect(Qt.QHostAddress arg1, ushort arg2);
Qt.QSocketDevice Class, Qt Namespace
protected override void Finalize();
Qt.QSocketDevice Class, Qt Namespace
public void Flush();
Qt.QSocketDevice Class, Qt Namespace
public int Getch();
Qt.QSocketDevice Class, Qt Namespace
public bool IsValid();
Qt.QSocketDevice Class, Qt Namespace
public bool Listen(int backlog);
Qt.QSocketDevice Class, Qt Namespace
public bool Open(int mode);
Qt.QSocketDevice Class, Qt Namespace
public Qt.QHostAddress PeerAddress();
Qt.QSocketDevice Class, Qt Namespace
public ushort PeerPort();
Qt.QSocketDevice Class, Qt Namespace
public ushort Port();
Qt.QSocketDevice Class, Qt Namespace
public int Putch(int arg1);
Qt.QSocketDevice Class, Qt Namespace
public long ReadBlock(System.String data, long maxlen);
Qt.QSocketDevice Class, Qt Namespace
public int ReceiveBufferSize();
Qt.QSocketDevice Class, Qt Namespace
public int SendBufferSize();
Qt.QSocketDevice Class, Qt Namespace
public void SetAddressReusable(bool arg1);
Qt.QSocketDevice Class, Qt Namespace
public void SetBlocking(bool arg1);
Qt.QSocketDevice Class, Qt Namespace
protected void SetError(Error err);
Qt.QSocketDevice Class, Qt Namespace
public void SetReceiveBufferSize(uint arg1);
Qt.QSocketDevice Class, Qt Namespace
public void SetSendBufferSize(uint arg1);
Qt.QSocketDevice Class, Qt Namespace
public void SetSocket(int socket, Type type);
Qt.QSocketDevice Class, Qt Namespace
public int Size();
Qt.QSocketDevice Class, Qt Namespace
public int Socket();
Qt.QSocketDevice Class, Qt Namespace
public Error TheError();
Qt.QSocketDevice Class, Qt Namespace
public Type TheType();
Qt.QSocketDevice Class, Qt Namespace
public int Ungetch(int arg1);
Qt.QSocketDevice Class, Qt Namespace
public long WaitForMore(int msecs, bool timeout);
Qt.QSocketDevice Class, Qt Namespace
public long WaitForMore(int msecs);
Qt.QSocketDevice Class, Qt Namespace
public long WriteBlock(System.String data, long len);
Qt.QSocketDevice Class, Qt Namespace
public long WriteBlock(System.String data, long len, Qt.QHostAddress host, ushort port);
Qt.QSocketDevice Class, Qt Namespace