Versions in this module Expand all Collapse all v1 v1.1.2 Apr 17, 2023 v1.1.1 Apr 17, 2023 Changes in this version + const ABORT + const AO + const AUTHENTICATION + const AYT + const BINARY + const BM + const BRK + const CHARSET + const COM_PORT_OPTION + const Closed + const DET + const DM + const DO + const DONT + const EC + const ECHO + const EL + const ENCRYPT + const EOF + const EOR + const EXOPL + const FORWARD_X + const GA + const IAC + const IP + const KERMIT + const LFLOW + const LINEMODE + const LOGOUT + const NAMS + const NAOCRD + const NAOFFD + const NAOHTD + const NAOHTS + const NAOL + const NAOLFD + const NAOP + const NAOVTD + const NAOVTS + const NAWS + const NEW_ENVIRON + const NOOPT + const NOP + const NULL + const OLD_ENVIRON + const OUTMRK + const OnlyPassword + const PRAGMA_HEARTBEAT + const PRAGMA_LOGON + const RCP + const RCTE + const REOR + const RSP + const SB + const SE + const SEND_URL + const SGA + const SNDLOC + const SSPI_LOGON + const STATUS + const SUPDUP + const SUPDUPOUTPUT + const SUPPRESS_LOCAL_ECHO + const SUSP + const TIME_DELAY_AFTER_WRITE + const TLS + const TM + const TN3270E + const TSPEED + const TTYLOC + const TTYPE + const TUID + const UnauthorizedAccess + const UsernameAndPassword + const VT3270REGIME + const WILL + const WONT + const X3PAD + const XASCII + const XAUTH + const XDISPLOC + type Client struct + IPAddr string + LastResponse string + Password string + Port int + ServerType int + UserName string + func New(addr string, port int) *Client + func (c *Client) Clear() + func (c *Client) Close() + func (c *Client) Connect() error + func (c *Client) Login() error + func (c *Client) MakeReply(command []byte) []byte + func (c *Client) MakeReplyFromList(list [][]byte) []byte + func (c *Client) MakeServerType() int + func (c *Client) Netloc() string + func (c *Client) ReadContext() string + func (c *Client) SerializationResponse(responseBuf []byte) (displayBuf []byte, commandList [][]byte) + func (c *Client) WriteContext(s string)