Documentation
¶
Overview ¶
Package protoudp implements the UDPROS protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶ added in v1.1.0
type Conn struct {
// contains filtered or unexported fields
}
Conn is a UDPROS connection.
func (*Conn) WriteFrame ¶ added in v1.1.0
WriteFrame writes a frame.
type Frame ¶
type Frame struct {
ConnectionID uint32
Opcode Opcode
MessageID uint8
BlockID uint16
Payload []byte
}
Frame is a UDPROS frame.
type HeaderPublisher ¶
type HeaderPublisher struct {
Callerid string
Topic string
Type string
Md5sum string
MessageDefinition string
}
HeaderPublisher is a publisher header.
Click to show internal directories.
Click to hide internal directories.