Skip to main content

com.eruces.teagent.CommPackage

The CommPackage class is for communications.

Inheritance

Static Public Attributes

TypeNameDescription
final shortENCRYPT_PACKAGE
final shortDECRYPT_PACKAGE
final shortHASH_PACKAGE
final shortFUNC_PACKAGE
final shortRETURN_PACKAGE
final shortCHALLENGE_PACKAGE
final shortRESPONSE_PACKAGE
final shortKEYEXCHANGE_PACKAGE
final shortERROR_PACKAGE

Protected Attributes

TypeNameDescription
shortm_nType
intm_nFuncID
intm_nVersion
byte[]m_strBuffer

Protected Member Functions

MemberDescription
CommPackage()
CommPackage(short type, int funcID)
void marshal()
void unmarshal()
void reset()

Public Member Functions

MemberDescription
void setFuncID(int nFuncID)
int getFuncID()
void setType(short nType)
short getType()
int getVersion()