Smart_SetDigitalOutputs_Roseek


Set digital outputs.

Syntax

C++
Python
 
def Smart_SetDigitalOutputs_Roseek(
	state: Smart_State,
	inIpAddress: str,
	inVal1: bool,
	inVal2: bool,
	inVal3: bool,
	inVal4: bool,
	/
)
-> outIsRemote: bool

Parameters

Name Type Default Description
Input will be modified ioState Smart_State
Input value inIpAddress str
Input value inVal1 bool
Input value inVal2 bool
Input value inVal3 bool
Input value inVal4 bool
Output value outIsRemote bool

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.