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 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
Only the Microsoft bluetooth stacks are supported by this function. To get the stack used, call
BTStack.