 | IAnalyzerTestConnection Method |
Test the connection to the device.
Namespace: CompreDriveSDK.Plugins.AnalyzersAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
SyntaxFunction TestConnection As Boolean
Return Value
BooleanTrue if connection is established successfully, false if not.
RemarksTypically used at the start of a procedure to validate the connection.
See Also