Function lscan

  • Create bit "left scan" operation.

    Parameters

    • bin: string

      The name of the bin. The bin must contain a byte value.

    • bitOffset: number

      Offset in bits.

    • bitSize: number

      Number of bits.

    • value: boolean

      value to scan for, "0" (false) or "1" (true).

    Returns BitwiseOperation

    Operation that can be passed to the Client#operate command.

    Server returns integer bit offset of the first specified value bit in bitmap.

MMNEPVFCICPMFPCPTTAAATR