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

CSeq 헤더를 저장하는 클래스 더 자세히 ...

Public 멤버 함수

 CSipCSeq ()
 ~CSipCSeq ()
int Parse (const char *pszText, int iTextLen)
 SIP 헤더 문자열을 파싱하여 CSipCSeq 클래스의 멤버 변수에 저장한다.
int ToString (char *pszText, int iTextSize)
 SIP 메시지에 포함된 문자열을 작성한다.
bool Set (int iDigit, const char *pszMethod)
 SIP CSeq 헤더 정보를 저장한다.
void Clear ()
 멤버 변수를 초기화시킨다.
bool Empty ()
 멤버변수가 저장되어 있지 않으면 true 를 리턴하고 그렇지 않으면 false 를 리턴한다.

Public 속성

int m_iDigit
 SEQ 번호
std::string m_strMethod
 SIP 메소드

상세한 설명

CSeq 헤더를 저장하는 클래스

생성자 & 소멸자 문서화

CSipCSeq::CSipCSeq ( )
CSipCSeq::~CSipCSeq ( )

멤버 데이타 문서화

int CSipCSeq::m_iDigit

SEQ 번호

std::string CSipCSeq::m_strMethod

SIP 메소드