Set the value of this context object to the specified transmissionCause, recordIndex, and sequenceLength values if transmissionCause, recordIndex, and sequenceLength represent a valid context. Return 0 on success, and a non‐zero value (with no effect on this context object) otherwise.

Synopsis

Declared in <ball_context.h>

int
setAttributes(
    Transmission::Cause transmissionCause,
    int recordIndex,
    int sequenceLength);

Created with MrDocs