Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBCPayload ¶
func EncodeBCPayload ¶
Types ¶
type FileInfo ¶
func DecodeFIPayload ¶
type Message ¶
type Message struct {
Type MessageType
Payload []byte
}
type MessageType ¶
type MessageType byte
const ( OK MessageType = 0x01 NO MessageType = 0x02 BC MessageType = 0x03 FI MessageType = 0x04 FC MessageType = 0x05 )
Click to show internal directories.
Click to hide internal directories.