Return whether the given attributes represent a valid context.
Declared in <ball_context.h>
static
bool
isValid(
Transmission::Cause transmissionCause,
int recordIndex,
int sequenceLength);
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.)
true if the attributes represent a valid context, and false otherwise
| Name | Description |
|---|---|
| transmissionCause | cause of transmission to validate |
| recordIndex | index within the sequence to validate |
| sequenceLength | length of the sequence to validate |