|
virtual bool TxMsg |
( |
xplMsg * |
_pMsg |
) |
[pure virtual] |
|
|
Sends an xPL message.
- Parameters:
-
| _pMsg | pointer to a completed xplMsg object describing the message to be sent. |
| _pMsg | the message to send. |
- Returns:
- True if the message was sent successfully.
- See also:
- xplMsg
Implemented in xplUDP. |
|