Appearance
Home > resol-vbus-core > HeaderSet > findIndex
Find the index of a header.
Signature:
findIndex(header: T): number;
Parameter
Type
Description
header
T
The header to search for.
number
The index of the header or -1 if not in the set of headers.