Click or drag to resize

ListAPIGetStoredListIDs Method

Reads back a list of all CommandList that are stored on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public List<int> GetStoredListIDs()

Return Value

ListInt32
The IDs of all lists that are stored on the SP-ICE-3 Card using the Store(Int32) command.
See Also