Package com.alarexgroup.m2mplf.adapters.serial

Interface Summary
SerialAdapterListener Listener for SerialAdapter
Methods of this interface are called in case of incomming data on serial port.
 

Class Summary
SerialAdapter Adapter provides the serial communication


Example:

import com.alarexgroup.m2mplf.adapters.serial.SerialAdapter;
import com.alarexgroup.m2mplf.adapters.serial.SerialAdapterListener;

public class MyM2Mapp extends M2Mlet implements SerialAdapterListener{
.