Specifications
446
[ 7 ] Disconnect TCP/IP Communications Pathway
Use the extension library SOCKET.FN3. Refer to Section 18.6, "Socket Library
(SOCKET.FN3)."
Given below is an example using
SOCKET.FN3.
Call "socket.fn3" .fcTDiscnn interface% ’Disconnect TCP/IP communications
’pathway (SOCKET.FN3 function #43)
’Use the returned value of [3] in
’interface%.
[ 8 ] Close IrDA Communications Device
Use the CLOSE statement in BHT-BASIC.
Closing the device will power off the IrDA communications device. For details about the
CLOSE statement, refer to Chapter 14 "Statement Reference."
Given below is an example using the
CLOSE statement.
close #hCom1% ’Close the IrDA communications device
’(Use CLOSE statement)