C++ SIP Stack  0.31
Public 멤버 함수 | 모든 멤버 목록
CSipQueue 클래스 참조

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 ( )