Z4Sight_SetUserBit


Set value of user bit

Syntax

C++
Python
 
def Z4Sight_SetUserBit(
	state: Z4Sight_State,
	inValue: bool,
	/,
	*,
	inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None,
	inBitIndex: int = 0
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification.
Input value inBitIndex int 0 - 63 0 User bit index
Input value inValue bool Value to be set