TLClient


class description - source file - inheritance tree

class TLClient : public TSocket


    public:
TLClient TLClient(const ELClientTypes elc, const char* host, const Int_t port) TLClient TLClient(const TLClient&) virtual void ~TLClient() static TClass* Class() virtual TClass* IsA() const Bool_t IsConnected() Int_t QueueSize(const ELClientTypes elcto) Int_t RecvFrom(const ELClientTypes elcfrom, char* mess, Bool_t wait = kTRUE) Int_t RecvFrom(const ELClientTypes elcfrom, TObject*& obj, Bool_t wait = kTRUE) Int_t SendTo(const ELClientTypes elcto, const char* mess) Int_t SendTo(const ELClientTypes elcto, const TObject& obj) void SetDisconnected() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
ELClientTypes efClType Bool_t fConnected

Class Description


TLClient(const ELClientTypes elc, const char* host, const Int_t port) : TSocket(host,port)

~TLClient()

Bool_t IsConnected()

Int_t SendTo(const ELClientTypes elcto,const char* mess)

Int_t RecvFrom(const ELClientTypes elcfrom, char* mess, Bool_t wait)

Int_t SendTo(const ELClientTypes elcto,const TObject& obj)

Int_t RecvFrom(const ELClientTypes elcfrom,TObject*& obj, Bool_t wait)

Int_t QueueSize(const ELClientTypes elcto) //query TLServer for the size of queue from this client to client elcto //if error occured, then negative number is returned



Inline Functions


               void SetDisconnected()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
           TLClient TLClient(const TLClient&)


Last update: Sat Oct 16 19:10:26 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.