Return true if the specified transmissionCause, recordIndex, and sequenceLength represent a valid context, and false otherwise. (See the CONSTRAINTS section of the component‐level documentation above for a complete specification of the constraints on attribute values.)
Synopsis
Declared in <ball_context.h>
static
bool
isValid(
Transmission::Cause transmissionCause,
int recordIndex,
int sequenceLength);
Created with MrDocs