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


