Nodka_Initialize


Initializes Nodka NKIO_API SDK.

Syntax

C++
Python
 
def Nodka_Initialize(
	state: Nodka_State,
	inDeviceConfigPath: str,
	/,
	*,
	inServerPort: int | None = 44100,
	inDeviceLightControllerPort: int | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Nodka_State
Input value inServerPort int | None 1 - 65535 44100 Port of NodkaServer service.
Input value inDeviceConfigPath str Path to nkio_config.ini file with I/O configuration.
Input value inDeviceLightControllerPort int | None 1 - None COM port used by the light controller (if supported by the device).