Dahua_GetBoolParameter


Gets parameter of type Bool.

Syntax

C++
Python
 
def Dahua_GetBoolParameter(
	state: Dahua_State,
	inParameter: str,
	/,
	*,
	inDeviceID: str | None = None
)
-> outValue: bool

Parameters

Name Type Default Description
Input will be modified ioState Dahua_State
Input value inDeviceID str | None None Device identifying number
Input value inParameter str Name of parameter
Output value outValue bool 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.