ListAPIGetStoredListIDs Method |
Reads back a list of all
CommandList that are stored on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public List<int> GetStoredListIDs()
Return Value
ListInt32The IDs of all lists that are stored on the SP-ICE-3 Card using the
Store(Int32) command.
See Also