C++ SNMP Stack
0.10
|
다음에 대한 모든 멤버의 목록입니다 : CAsnInt (모든 상속된 멤버들도 포함합니다.)
CAsnInt() | CAsnInt | |
CAsnInt(uint8_t cType) | CAsnInt | |
CAsnInt(uint8_t cType, uint32_t iValue) | CAsnInt | |
Copy() | CAsnInt | virtual |
GetInt(uint32_t &iValue) | CAsnInt | virtual |
GetLong(uint64_t &iValue) | CAsnType | virtual |
GetString(std::string &strValue) | CAsnType | virtual |
m_cType | CAsnType | |
m_iLen | CAsnType | |
m_iValue | CAsnInt | |
MakePacket(char *pszPacket, int iPacketSize) | CAsnInt | virtual |
ParseHeader(const char *pszPacket, int iPacketLen) | CAsnType | |
ParseInt(const char *pszPacket, int iPacketLen, uint8_t cLength, uint32_t &iValue) | CAsnType | static |
ParsePacket(const char *pszPacket, int iPacketLen) | CAsnInt | virtual |
SetHeaderLength(char *pszPacket, int iPacketSize, int iLength) | CAsnType | |
SetInt(uint8_t *pszPacket, int iPacketLen, uint32_t iValue) | CAsnType | static |
~CAsnInt() | CAsnInt | virtual |
~CAsnType() | CAsnType | inlinevirtual |