|
OPAL
Version 3.12.9
|
#include <h323neg.h>


Public Member Functions | |
| H245NegMasterSlaveDetermination (H323EndPoint &endpoint, H323Connection &connection) | |
| PBoolean | Start (PBoolean renegotiate) |
| void | Stop () |
| PBoolean | HandleIncoming (const H245_MasterSlaveDetermination &pdu) |
| PBoolean | HandleAck (const H245_MasterSlaveDeterminationAck &pdu) |
| PBoolean | HandleReject (const H245_MasterSlaveDeterminationReject &pdu) |
| PBoolean | HandleRelease (const H245_MasterSlaveDeterminationRelease &pdu) |
| void | HandleTimeout () |
| PBoolean | IsMaster () const |
| PBoolean | IsDetermined () const |
Public Member Functions inherited from H245Negotiator | |
| H245Negotiator (H323EndPoint &endpoint, H323Connection &connection) | |
Protected Types | |
| enum | States { e_Idle, e_Outgoing, e_Incoming, e_NumStates } |
| enum | MasterSlaveStatus { e_Indeterminate, e_DeterminedMaster, e_DeterminedSlave, e_NumStatuses } |
Protected Member Functions | |
| PBoolean | Restart () |
Protected Member Functions inherited from H245Negotiator | |
| PDECLARE_NOTIFIER (PTimer, H245Negotiator, HandleTimeoutUnlocked) | |
Protected Attributes | |
| enum H245NegMasterSlaveDetermination::States | state |
| DWORD | determinationNumber |
| unsigned | retryCount |
| enum H245NegMasterSlaveDetermination::MasterSlaveStatus | status |
Protected Attributes inherited from H245Negotiator | |
| H323EndPoint & | endpoint |
| H323Connection & | connection |
| PTimer | replyTimer |
Determine the master and slave on a H245 connection as per H245 section 8.2
|
protected |
|
protected |
| H245NegMasterSlaveDetermination::H245NegMasterSlaveDetermination | ( | H323EndPoint & | endpoint, |
| H323Connection & | connection | ||
| ) |
| PBoolean H245NegMasterSlaveDetermination::HandleAck | ( | const H245_MasterSlaveDeterminationAck & | pdu | ) |
| PBoolean H245NegMasterSlaveDetermination::HandleIncoming | ( | const H245_MasterSlaveDetermination & | pdu | ) |
| PBoolean H245NegMasterSlaveDetermination::HandleReject | ( | const H245_MasterSlaveDeterminationReject & | pdu | ) |
| PBoolean H245NegMasterSlaveDetermination::HandleRelease | ( | const H245_MasterSlaveDeterminationRelease & | pdu | ) |
|
virtual |
Reimplemented from H245Negotiator.
|
inline |
References e_Idle, e_Indeterminate, state, and status.
|
inline |
References e_DeterminedMaster, and status.
|
protected |
| PBoolean H245NegMasterSlaveDetermination::Start | ( | PBoolean | renegotiate | ) |
| void H245NegMasterSlaveDetermination::Stop | ( | ) |
|
protected |
|
protected |
|
protected |
Referenced by IsDetermined().
|
protected |
Referenced by IsDetermined(), and IsMaster().