Click or drag to resize

ScannerCommunicationAPI Class

Provides access to Scanner communication operations.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibSpice3API
    RAYLASE.SPICE3.ClientLibScannerCommunicationAPI

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public class ScannerCommunicationAPI : Spice3API

The ScannerCommunicationAPI type exposes the following members.

Methods
 NameDescription
Public methodReceiveEnhanced Receives response data from the ScanHead head using the Enhanced Protocol.
Public methodTransceiveEnhanced Sends the commands to the ScanHead selected by head using the Enhanced Protocol, and waits up to timeoutMilliseconds for a response.
Public methodTransceiveRaylase Sends transmitMessage to the ScanHead head using the RAYLASE Protocol, and waits up to timeoutMilliseconds for a response.
Public methodTransmitEnhanced Sends the commands to the ScanHead selected by head using the Enhanced Protocol, and waits up to timeoutMilliseconds for the transmission to succeed.
Public methodTransmitRaylase Sends transmitMessage to the ScanHead head using the RAYLASE Protocol, and waits up to timeoutMilliseconds for success.
Top
See Also