# Functions
NewMockMulticastReceiver creates a new mock instance.
NewMockMulticastSender creates a new mock instance.
NewMockSerial creates a new mock instance.
NewMockUnicastReceiver creates a new mock instance.
NewSerialImpl opens default serial connection and returns SerialImpl.
NewUDPMulticastSender creates DPMulticastSender instance.
# Structs
MockMulticastReceiver is a mock of MulticastReceiver interface.
MockMulticastReceiverMockRecorder is the mock recorder for MockMulticastReceiver.
MockMulticastSender is a mock of MulticastSender interface.
MockMulticastSenderMockRecorder is the mock recorder for MockMulticastSender.
MockSerial is a mock of Serial interface.
MockSerialMockRecorder is the mock recorder for MockSerial.
MockUnicastReceiver is a mock of UnicastReceiver interface.
MockUnicastReceiverMockRecorder is the mock recorder for MockUnicastReceiver.
ReceiveResult is response data.
SerialImpl is a concrete implementation of Serial interface.
UDPMulticastReceiver is udp multicast receiver.
UDPMulticastSender is udp multicast sender.
UDPUnicastReceiver is udp unicast receiver.
# Interfaces
MulticastReceiver is multicast receiver.
MulticastSender is multicast sender.
Serial is the interface that communicates data through serial port.
UnicastReceiver is unicast receiver.