TibrvCmMsg

Class

Declaration

class TibrvCmMsg

Purpose

Define methods to manipulate labeled messages.

Remarks

This class is a collection of accessor methods. Programs do not create instances of TibrvCmMsg. Instead, programs use its static methods to get and set certified delivery information of TibrvMsg objects.

Method

Description

TibrvCmMsg::getSender()

Extract the correspondent name of the sender from a certified message.

TibrvCmMsg::getSequence()

Extract the sequence number from a certified message.

TibrvCmMsg::getTimeLimit()

Extract the message time limit from a certified message.

TibrvCmMsg::setTimeLimit()

Set the message time limit of a certified message.

See Also

TibrvMsg