• Extract a STEP logical value (which can be true, false or unknown)

    Parameters

    • buffer: Uint8Array

      The buffer to extract it from.

    • cursor: number

      The position in the buffer to try and extract it from.

    • endCursor: number

      The last position accessible for this read in the buffer.

    Returns boolean | null | undefined

    The boolean if it can be extracted, null for unknown and undefined if the value can't be extracted.