Documentation
¶
Index ¶
Constants ¶
View Source
const ( MsgStart = 0 MsgMagicStart = 1 MsgMagicEnd = 5 HeaderLength = 9 DefaultStartDelimiter = 0x41 DefaultEndDelimiter = 0x42 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PulseParser ¶
func NewPulseParser ¶
func NewPulseParser() *PulseParser
func (*PulseParser) ReadHeader ¶
func (parser *PulseParser) ReadHeader(conn io.ReadWriteCloser) (uint32, uint32, error)
Click to show internal directories.
Click to hide internal directories.