Z4Sight_RegisterStartTimerWatcher


Register hook function and invoke command.

Syntax

C++
Python
 
def Z4Sight_RegisterStartTimerWatcher(
	state: Z4Sight_State,
	inTimer: int,
	inHooks: list[Z4SightHook],
	/,
	*,
	inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None,
	inInputQueueSize: int | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification number.
Input value inInputQueueSize int | None None Capacity of output frames queue.
Input value inTimer int 1 - 16 Timer to watch.
Input value inHooks list[Z4SightHook] Hook to perform and latch to watch.