Dahua_GetStringParameter
Gets parameter of type String.
Syntax
C++
Python
def Dahua_GetStringParameter( state: Dahua_State, inParameter: str, /, *, inDeviceID: str | None = None ) -> outValue: 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 |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



