Share via


SP.BWsaClient.setBitsOr Method (sp.core)

Sets the specified bits in the specified datapoint using an OR operation for each bit.

SP.BWsaClient.setBitsOr()

Return value

Undefined

Remarks

This method sets the bits in the specified datapoint using an OR operation if the datapoint exists; otherwise, it creates a new datapoint.

This method calls the SetBitsOrAnd with dwDatapointId, dwAndBits, and 0xFFFFFFFF.