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



