
494
Function #11 .fcBTRmtInf
Get Bluetooth device address for remote device
Syntax: CALL "BT.FN3" .fcBTRmtInf BDADDR$
Description: This function gets the Bluetooth device address for the connected remote
device.
Parameters: (None)
Returned value: BDADDR$ Bluetooth device address (string of 12 hexadecimal digits)
for connected remote device
The user program must allocate at least 12 bytes to
BDADDR$.
Note: The function should be executed after execution of OPEN "COM4:M" or
OPEN "COM4:S" statement.
Run-time errors:
Error code Meaning
05h Parameter out of the range
34h
Bad file name or number. (The Bluetooth communications device
file is not opened)
F0h Mismatch parameter number
F1h Mismatch parameter type
F2h
Out of string variable space
105h
Power-off detected.
620h
Not connected to a remote device
Kommentare zu diesen Handbüchern