TibrvCmTransport::getSyncLedger()

Method

Declaration

TibrvStatus getSyncLedger(
    tibrv_bool& syncLedger) const;

Purpose

Extract the sync ledger flag of a certified delivery transport.

Parameter

Description

syncLedger

The program supplies a variable, and the method stores the sync ledger flag 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()