Documentation ¶
Index ¶
- type RxTxToConn
- func (r RxTxToConn) Close() error
- func (r RxTxToConn) LocalAddr() net.Addr
- func (r RxTxToConn) Read(b []byte) (n int, err error)
- func (r RxTxToConn) RemoteAddr() net.Addr
- func (r RxTxToConn) SetDeadline(t time.Time) error
- func (r RxTxToConn) SetReadDeadline(t time.Time) error
- func (r RxTxToConn) SetWriteDeadline(t time.Time) error
- func (r RxTxToConn) Write(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RxTxToConn ¶
type RxTxToConn struct { TxChan chan []byte RxChan chan []byte // contains filtered or unexported fields }
func NewRxTxToConn ¶
func (RxTxToConn) Close ¶
func (r RxTxToConn) Close() error
func (RxTxToConn) LocalAddr ¶
func (r RxTxToConn) LocalAddr() net.Addr
func (RxTxToConn) RemoteAddr ¶
func (r RxTxToConn) RemoteAddr() net.Addr
func (RxTxToConn) SetDeadline ¶
func (r RxTxToConn) SetDeadline(t time.Time) error
func (RxTxToConn) SetReadDeadline ¶
func (r RxTxToConn) SetReadDeadline(t time.Time) error
func (RxTxToConn) SetWriteDeadline ¶
func (r RxTxToConn) SetWriteDeadline(t time.Time) error
Click to show internal directories.
Click to hide internal directories.