com.eruces.teagent.CommPackage
The CommPackage class is for communications.
Inheritance
Static Public Attributes
| Type | Name | Description |
|---|
| final short | ENCRYPT_PACKAGE | |
| final short | DECRYPT_PACKAGE | |
| final short | HASH_PACKAGE | |
| final short | FUNC_PACKAGE | |
| final short | RETURN_PACKAGE | |
| final short | CHALLENGE_PACKAGE | |
| final short | RESPONSE_PACKAGE | |
| final short | KEYEXCHANGE_PACKAGE | |
| final short | ERROR_PACKAGE | |
Protected Attributes
| Type | Name | Description |
|---|
| short | m_nType | |
| int | m_nFuncID | |
| int | m_nVersion | |
| byte[] | m_strBuffer | |
Protected Member Functions
| Member | Description |
|---|
CommPackage() | |
CommPackage(short type, int funcID) | |
void marshal() | |
void unmarshal() | |
void reset() | |
Public Member Functions
| Member | Description |
|---|
void setFuncID(int nFuncID) | |
int getFuncID() | |
void setType(short nType) | |
short getType() | |
int getVersion() | |