Documentation ¶
Index ¶
- func CheckTcpUdpTls(connType, addr string) (int, string)
- func JoinSSH(stream net.Conn, remoteIP string, remotePort int, userName, passWord string) (err error)
- func JoinSTCP(stream net.Conn, ip string, port int) error
- func JoinSerialPort(stream net.Conn, options serial.OpenOptions) error
- func JoinTCP(stream net.Conn, ip string, port int) error
- func JoinUDP(stream net.Conn, ip string, port int) error
- func JoinWs(stream net.Conn, url, prot, orig string) error
- func JoinWss(stream net.Conn, url, prot, orig string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JoinSerialPort ¶
func JoinSerialPort(stream net.Conn, options serial.OpenOptions) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.