Stores the contents of a Card-CommandList in a file on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void Store(
int listID
)
Parameters
- listID Int32
- Identifies the Card-CommandList.
Remarks The existing contents of the file, if any, will be replaced.
The contents can be retrieved into the same
Card-CommandList by using
Load( listID).
See Also