BALTECH Docs |
C API for BALTECH SDK
|
BRP_LIB brp_protocol brp_create_tcpip | ( | char * | ipaddr | ) |
Creates a TCP/IP protocol from an IP address.
On opening this protocol, it will connect to the given IP address.
ipaddr | IP address to connect to. May have an optional port number 'ppp' if BRP_DEFAULT_TCP_PORT is not appropriate: xx.xx.xx.xx:ppp |