ROOT logo
Gled » NET1 » SUdpPacket

class SUdpPacket: public SRefCountedNV

Function Members (Methods)

public:
SUdpPacket()
SUdpPacket(const SUdpPacket&)
SUdpPacket(const GTime& t, UChar_t* addr, UShort_t addr_len, UShort_t port, UChar_t* buff, Int_t buff_len)
~SUdpPacket()
static TClass*Class()
Int_tDecRefCount(Int_t rc = 1)
Int_tSRefCountedNV::IncRefCount(Int_t rc = 1)
UInt_tIp4AsUInt() const
TClass*IsA() const
Int_tNetBufferSize() const
voidNetStreamer(TBuffer& b)
SUdpPacket&operator=(const SUdpPacket&)
voidSRefCountedNV::SetRefCount(Int_t rc)
voidShowMembers(TMemberInspector& insp)
voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
UChar_tmAddr[16]
UShort_tmAddrLen
UChar_t*mBuff[mBuffLen]
Int_tmBuffLen
UShort_tmPort
GTimemRecvTime

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

SUdpPacket()
{}
SUdpPacket(const GTime& t, UChar_t* addr, UShort_t addr_len, UShort_t port, UChar_t* buff, Int_t buff_len)
~SUdpPacket()
void NetStreamer(TBuffer& b)
Int_t NetBufferSize() const
UInt_t Ip4AsUInt() const
SUdpPacket()