Dahua_GetIntParameter
Gets parameter of type Integer.
Syntax
C++
Python
def Dahua_GetIntParameter( state: Dahua_State, inParameter: str, /, *, inDeviceID: str | None = None ) -> outValue: int
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Dahua_State | ||
![]() |
inDeviceID | str | None | None | Device identifying number |
![]() |
inParameter | str | Name of parameter | |
![]() |
outValue | int | Value retrieved from device |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



