Z4Sight_RegisterEndTimerWatcher
Register hook function and invoke command.
Syntax
C++
Python
def Z4Sight_RegisterEndTimerWatcher( state: Z4Sight_State, inTimer: int, inHooks: list[Z4SightHook], /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inInputQueueSize: int | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification number. | |
![]() |
inInputQueueSize | int | None | None | Capacity of output frames queue. | |
![]() |
inTimer | int | 1 - 16 | Timer to watch. | |
![]() |
inHooks | list[Z4SightHook] | Hook to perform and latch to watch. |


