Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CmdUdpClient ¶
type CmdUdpClient struct {
// contains filtered or unexported fields
}
func NewCmdUdpClient ¶
func NewCmdUdpClient(port string) *CmdUdpClient
func (*CmdUdpClient) Close ¶
func (cuc *CmdUdpClient) Close()
func (*CmdUdpClient) Start ¶
func (cuc *CmdUdpClient) Start() error
func (*CmdUdpClient) Write ¶
func (cuc *CmdUdpClient) Write(buf []byte) error
type CmdUpdServer ¶
type CmdUpdServer struct {
// contains filtered or unexported fields
}
func NewUdpServer ¶
func NewUdpServer(port int) *CmdUpdServer
func (*CmdUpdServer) Serve ¶
func (cus *CmdUpdServer) Serve() error
Click to show internal directories.
Click to hide internal directories.