Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Phidget.Loaded

Checks whether Phidgets library is loaded.

Component Version macOS Windows Linux Server iOS SDK
Phidget 13.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ❌ No
MBS( "Phidget.Loaded" )

Parameters

none

Result

Returns 1, 0 or error.

Description

Checks whether Phidgets library is loaded.
Returns 1 if loaded.

Examples

Load the library if needed:

If [ MBS( "Phidget.Loaded" ) = 0 ]
    # load it now
    Set Variable [ $r ; Value: MBS( "Phidget.Load"; "/Library/Frameworks/Phidget22.framework") ]
End If

See also

Example Databases

This function is free to use.

Created 16th August 2023, last changed 27th August 2023


Phidget.Load - Phidget.Open