Versions in this module
v0
Dec 15, 2022
Dec 12, 2022
Dec 9, 2022
Changes in this version
+
var ListenToProtocol = func(protocol string, response *byte, responseSize uint32) (error errno.Error)
—
darwin/amd64, linux/amd64, windows/amd64
+
var ListenToProtocolSize = func(protocol string, responseSize *uint32) (error errno.Error)
—
darwin/amd64, linux/amd64, windows/amd64
+
var NewCommand = func(protocol, command string, id *uint32) (error errno.Error)
—
darwin/amd64, linux/amd64, windows/amd64
+
var ReadCommandResponse = func(id uint32, data *byte, dataSize uint32) (error errno.Error)
—
darwin/amd64, linux/amd64, windows/amd64
+
var SendCommand = func(id uint32, data *byte, dataSize uint32, responseSize *uint32) (error errno.Error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func MockNew(testProtocol, testCommand string, testId uint32)
—
darwin/amd64, linux/amd64, windows/amd64
Nov 9, 2022
Oct 27, 2022
Oct 27, 2022
Oct 19, 2022
Oct 18, 2022
Oct 18, 2022
Oct 17, 2022
Oct 14, 2022
Oct 14, 2022
Oct 12, 2022
Oct 10, 2022
Oct 7, 2022