Appendix A. CRBasic Programming Instructions
PingIP
Pings IP address.
Syntax
variable = PingIP(IPAddress, Timeout)
PPPOpen
Establishes a PPP connection with a server.
Syntax
variable = PPPOpen
PPPClose
Closes an opened PPP connection with a server.
Syntax
variable = PPPClose
SNMPVariable
Defines a custom MIB (Management Information Base) hierarchy for SNMP.
Syntax
SNMPVariable(Name, OID, Type, Access, Valid)
TCPClose
Closes a TCP/IP socket that has been set up for communication.
Syntax
TCPClose(TCPSocket)
TCPOpen
Sets up a TCP/IP socket for communication.
Syntax
TCPOpen(IPAddr, TCPPort, TCPBuffer)
UDPDataGram
Sends packets of information via the UDP communication protocol.
Syntax
UDPDataGram(IPAddr, UDPPort, SendVariable, SendLength,
RcvVariable, Timeout)
UDPOpen
Opens a port for transferring UDP packets.
Syntax
UDPOpen(IPAddr, UDPPort, UDPBuffsize)
596