Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ClientPreamble is the preamble to send before upgrading // the connection into a SCADA version 1 connection. ClientPreamble = "SCADA 1\n" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a SCADA compatible client. This is a bare bones client that only handles the framing and RPC protocol. Higher-level clients should be preferred.
func DialOptsContext ¶
DialOptsContext is a parameterized Dial.
func (*Client) NumStreams ¶
NumStreams returns the number of open streams on the client.
Click to show internal directories.
Click to hide internal directories.