/
isPadavAvailable

isPadavAvailable

Declaration

Delphi

function isPadavAvailable(const settings: ShortString): Boolean;

C/C++

SOPAD_API BOOL SOPAD_isPadavAvailable(const char* szPadSettigns);

ActiveX

HRESULT isPadavAvailable([in] BSTR settings, [out, retval] VARIANT_BOOL* Value);

Description

Important: this function is obsolete and provided for backward-compatibility. Use checkConnectedPad in new programs.

Function checks if the pad given in settings is connected.

Arguments

Settings

Actual pad settings string returned by configurePad.

Return value

Function returns true if the pad is attached and available, false otherwise.

Related content

checkConnectedPad
checkConnectedPad
More like this
EnumeratePadsFirst
EnumeratePadsFirst
More like this
checkCom
More like this
setPadSettings
More like this
startCapture
More like this
getPadSettings
More like this