TibrvCmTransport::getLedgerName()

Method

Declaration

TibrvStatus getLedgerName(
    const char*& ledgerName) const;

Purpose

Extract the ledger name of a certified delivery transport.

Parameter

Description

ledgerName

The program supplies a variable, and the method stores the ledger name in that variable.

Errors

The status code TIBRV_ARG_CONFLICT indicates that the transport does not have a ledger file.

See Also

Ledger File

TibrvCmTransport::create()