Scanner |
public class ScannerCommunicationAPI : Spice3API
The ScannerCommunicationAPI type exposes the following members.
Name | Description | |
---|---|---|
ReceiveEnhanced | Receives response data from the ScanHead head using the Enhanced Protocol. | |
TransceiveEnhanced | Sends the commands to the ScanHead selected by head using the Enhanced Protocol, and waits up to timeoutMilliseconds for a response. | |
TransceiveRaylase | Sends transmitMessage to the ScanHead head using the RAYLASE Protocol, and waits up to timeoutMilliseconds for a response. | |
TransmitEnhanced | Sends the commands to the ScanHead selected by head using the Enhanced Protocol, and waits up to timeoutMilliseconds for the transmission to succeed. | |
TransmitRaylase | Sends transmitMessage to the ScanHead head using the RAYLASE Protocol, and waits up to timeoutMilliseconds for success. |