SightLine Applications Command, Control, and Script API
v3.3
|
Configure external programs – Set names of external applications to be run on the SLA hardware.
Up to three (3) external programs (DLLs or LUA scripts) may be loaded at run time. External programs must exist in the same directory as VideoTrack.
To get progams currently loaded: SLAGetParameters_t, id=0x8F, payload0=[programType]. Returns SLAExternalProgram_t.
Message ID 0x8F
Byte Offset | Name | Description |
---|---|---|
4 | programType | Type of external program 0 = DLL 1 = Lua script |
5 | filename0.len | string length |
6-... | filename0.str | Name of the first external program |
varies | filename1.len | string length |
varies | filename1.str | Name of the second external program |
varies | filename2.len | string length |
varies | filename2.str | Name of the third external program (Reserved for internal use) |
Firmware Version: 3.3