Documentation
¶
Overview ¶
Package server provides a server API for io4edge I/O devices
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UDPServer ¶
type UDPServer struct {
// contains filtered or unexported fields
}
UDPServer represents a server for io4edge devices
func NewUDPServer ¶
NewUDPServer creates a new function client from a socket with the specified address.
func (*UDPServer) ListenForNextConnection ¶
func (s *UDPServer) ListenForNextConnection() (*pbchannelclient.Channel, error)
ListenForNextConnection waits for a new connection and returns a channel to the client
Click to show internal directories.
Click to hide internal directories.