Documentation ¶
Index ¶
- type CommunicationInterface
- func (_m *CommunicationInterface) Close()
- func (_m *CommunicationInterface) SendBootloader(_a0 []byte) ([]byte, error)
- func (_m *CommunicationInterface) SendEncrypt(_a0 string, _a1 string) (map[string]interface{}, error)
- func (_m *CommunicationInterface) SendPlain(_a0 string) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommunicationInterface ¶
CommunicationInterface is an autogenerated mock type for the CommunicationInterface type
func (*CommunicationInterface) Close ¶
func (_m *CommunicationInterface) Close()
Close provides a mock function with given fields:
func (*CommunicationInterface) SendBootloader ¶
func (_m *CommunicationInterface) SendBootloader(_a0 []byte) ([]byte, error)
SendBootloader provides a mock function with given fields: _a0
func (*CommunicationInterface) SendEncrypt ¶
func (_m *CommunicationInterface) SendEncrypt(_a0 string, _a1 string) (map[string]interface{}, error)
SendEncrypt provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.