• Create bit "set" 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 to set.

    • value: number | Buffer

      Value to set.

    Returns BitwiseOperation

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

    Server sets value on bitmap. Server does not return a value.

    TypeError unless value is an integer or a Buffer.

MMNEPVFCICPMFPCPTTAAATR