AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones OBEX
  • 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 the 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: wd290com.dll
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local