This is the receive part of the application layer This is a major part of DNP implementation :
3435363738394041424344
public void init() throws Exception { phyLayer = new PhyLayer(this); database = new Database(); appRcv = new AppRcv(this); appSnd = new AppSnd(this); transpLayer = new TransportLayer(this); lnkRcv = new LnkRcv(this); lnkSnd = new LnkSnd(this);