endurox.tpsblktime¶
- endurox.tpsblktime(blktime: int, flags: int) None¶
Set ATMI call timeout value. Setting affects current thread/ATMI context. Process level timeout may be applied by
tptoutset()function.For more details see tpsblktime(3) C API call.
- Raises:
AtmiException –
Following error codes may be present:TPEINVAL- Invalid flags or timeout value.- Parameters:
blktime (int) – Timeout value in seconds.
flags (int) –
TPBLK_ALLorTPBLK_NEXT.