#include <beepchannel.h>
Public Attributes | |
srObjID | OID |
object ID | |
unsigned | uChanNum |
BEEP-assigned channel number. | |
unsigned | uSeqno |
current seqno | |
unsigned | uMsgno |
current msgno | |
unsigned | uTXWin |
maximum transmit window | |
unsigned | uTXWinLeft |
remaining bytes left in current tx window | |
unsigned | uRXWin |
maximum receive window | |
unsigned | uRXWinLeft |
remaining bytes left in current rx window | |
sbSockObj * | pSock |
associated socket object | |
sbSessObject * | pSess |
associated session | |
sbChannelState | iState |
channel status | |
void * | pProfInstance |
pointer to associated profile instance data (to be used by the profile, if needed) | |
sbProfObject * | pProf |
associated profile |
Implemented via beepchannel::h and beepchannel::c.