Specifications
436
[ 8 ] 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%.
[ 9 ] Close Spread Spectrum Communications Device
Use the CLOSE statement in BHT-BASIC.
Closing the device will power off the wireless block. For details about the CLOSE statement,
refer to Chapter 14 "Statement Reference."
Given below is an example using the CLOSE statement.
close #hCom3% ’Close the spread spectrum communications device
’(Use CLOSE statement)
’Use the file number specified in [4]
For details, refer to the sample program given in Subsection 18.2.4.