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

AVRecorder.CurrentQRCode

Queries current QRCode.

Component Version macOS Windows Linux Server iOS SDK
AVRecorder 8.4 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "AVRecorder.CurrentQRCode"; AVSession )   More

Parameters

Parameter Description Example
AVSession The ID for the AVRecorder session as returned by AVRecorder.Init. $AVSession

Result

Returns text or error.

Description

Queries current QRCode.
If you query this, a flag is cleared, which will start again the trigger to call script if new code is detected.
Returns empty if no QRCode is detected.

Examples

Update field with current code:

Set Field [ AVRecorder::Barcode ; MBS("AVRecorder.CurrentQRCode"; AVRecorder::Session) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 29th August 2018, last changed 30th August 2018


AVRecorder.ClosePreview - AVRecorder.EncoderCount