//VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV public COMPort(FCOMserver.DMessageShow ShowFunc, DHandlingRecieve HandlingRecieve) { ShowMess = ShowFunc; //Own = Owner; BufRX = new byte[SIZE_RX]; if (HandlingRecieve != null) { EvHandlingRecieve += HandlingRecieve; } }
//_________________________________________________________________________ public void InitHandlingRecieve(DHandlingRecieve Handler) { EvHandlingRecieve = Handler; }