Documentation
¶
Index ¶
Constants ¶
View Source
const ( // FirstMultiPacket is byte to identify a multilayer packet in S101. FirstMultiPacket = 0x80 // BodyMultiPacket is byte to identify a packet in a multilayer packet message in S101. BodyMultiPacket = 0x00 // LastMultiPacket is byte to identify end of a multilayer packet in S101. LastMultiPacket = 0x40 // SinglePacket is byte to identify a single packet message in S101. SinglePacket = 0xC0 )
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode removes all the S101 addons from the packet returning only glow data, currently does not check CRC.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.