364
[ 3 ] Declare TCP/IP Communications Pathway
Specify the following system settings by using the socket library (SOCKET.FN3):
• Communications device: Bluetooth communications device
• Link layer: PPP
For the setting procedure with the SOCKET.FN3, refer to Section 17.5 "Socket Library
(SOCKET.FN3)."
Given below is a setting example using SOCKET.FN3:
iftype% = .soDvCOM4 'Specify Bluetooth communications device
layermode% = .soLyPPP 'Specify PPP as a link layer
call "socket.fn3" .fcTSetup iftype%, layermode%, interface%
'Specify communications pathway
'(SOCKET.FN3 function #40)
'Returns value in interface%
'(The returned value will be used in
'[4] and [6].)
Comentarios a estos manuales