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 | |
|---|---|---|---|---|---|
![]() |
ioState | Nodka_State | |||
![]() |
inServerPort | int | None | 1 - 65535 | 44100 | Port of NodkaServer service. |
![]() |
inDeviceConfigPath | str | Path to nkio_config.ini file with I/O configuration. | ||
![]() |
inDeviceLightControllerPort | int | None | 1 - ![]() |
None | COM port used by the light controller (if supported by the device). |



