ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / OBEX functions
  • VCard File
  • Limitation
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
OBEXSendVCard (Function)
In french: OBEXEnvoieVCard
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
Syntax
<Result> = OBEXSendVCard(<Identifier of OBEX connection> , <VCard File>)
<Result>: Boolean
  • True if the transfer was successful,
  • False otherwise. ErrorInfo returns more information on the error.
<Identifier of OBEX connection>: Integer
Identifier of OBEX connection to use. This identifier is returned by OBEXConnect.
<VCard File>: Character string
Name of the business card to send.
Remarks

VCard File

VCard is a standard format for exchanging personal data (virtual business card) described by the RFC2425 and RFC2426 documents.
Example of VCard:
BEGIN:VCARD
VERSION:2.1
FN:Mark Smith
N:Smith;Mark
ADDR;WORK;PREF;QUOTED-PRINTABLE:;Paris 75015=France;16 rue des lavandiers
TEL;CELL:+36452655
MAIL;INTERNET:msmith@smith.com
UID:
END:VCARD

Limitation

Only the Microsoft bluetooth stacks are supported by this function. To get the stack used, call BTStack.
For more details, see Which stacks to use?
Component: wd270com.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help