TibrvCmTransport::createInbox()

Method

Declaration

TibrvStatus createInbox(
    char* subjectString,
    tibrv_u32 subjectLimit) const;

Purpose

Create a unique inbox subject name.

Remarks

This convenience method extracts the network transport, and then calls TibrvTransport::createInbox(). For details, see the documentation for that method.

Parameter

Description

subjectString

The program supplies a string buffer, and the method stores the new inbox subject string in that buffer.

subjectLimit

The number of bytes that the program has allocated to receive the new inbox subject string.

See Also

TibrvMsg::setReplySubject()

TibrvTransport::createInbox()