#include <h4601.h>
Public Member Functions | |
PDU Handling | |
virtual void | OnReceivedPDU (const H225 &) |
virtual BOOL | OnSendingPDU (H225 &) const |
virtual void H460< H225 >::OnReceivedPDU | ( | const H225 & | ) | [inline, virtual] |
Handle a received PDU. Update in the internal state from the received PDU. Returns FALSE is PDU is not sutiable for the class type.
virtual BOOL H460< H225 >::OnSendingPDU | ( | H225 & | ) | const [inline, virtual] |
Handle a sent PDU. Set the PDU fields from in the internal state. Returns FALSE is PDU cannot be created.