JvLinkConfig Module
Functions and values
| Function or value |
Description
|
Full Usage:
create sid savePath serviceKey useJvGets
Parameters:
string
-
Software ID for JV-Link authentication
savePath : string option
-
Optional path for JV-Link data storage
serviceKey : string option
-
Optional service key for authentication
useJvGets : bool option
-
Optional flag to use JVGets API. None = fallback to env var
Returns: Result<JvLinkConfig, XanthosError>
|
Validates raw configuration values and produces a trimmed JvLinkConfig. SID validation per JV-Link JVInit specification:
|
Xanthos