Click or drag to resize

IAnalyzerTestConnection Method

Test the connection to the device.

Namespace: CompreDriveSDK.Plugins.Analyzers
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntax
bool TestConnection()

Return Value

Boolean
True if connection is established successfully, false if not.
Remarks
Typically used at the start of a procedure to validate the connection.
See Also