Click or drag to resize

DataSource Enumeration

Selector for the SPI output source.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public enum DataSource
Members
Member nameDescription
Spi Data is specified directly in calls to SpiAPI methods.
SpiListCommand Data to be sent by the module are obtained from list commands AppendSpiWrite(Int32, UInt32).
ScannerCommunication Data to be sent by the module are obtained from the currently selected Scanner DataSource.
See Also