C++ SIP Stack
0.31
|
SIP 수신 메시지 리스트를 저장하는 자료구조 클래스 더 자세히 ...
Public 멤버 함수 | |
CSipQueue () | |
~CSipQueue () | |
bool | Insert (const char *pszBuf, int iBufLen, const char *pszIp, unsigned short sPort, ESipTransport eTransport) |
SIP 수신 메시지를 저장한다. | |
bool | Select (CSipQueueEntry **ppclsEntry) |
SIP 수신 메시지를 가져온다. | |
void | BroadCast () |
SIP 수신 메시지를 대기하는 쓰레드를 모두 깨운다. |
SIP 수신 메시지 리스트를 저장하는 자료구조 클래스
CSipQueue::CSipQueue | ( | ) |
CSipQueue::~CSipQueue | ( | ) |