Ejemplo n.º 1
0
        private void OnFrameReceived(XBeeResponse response)
        {
            FrameReceivedEventHandler handler = FrameReceived;

            if (handler != null)
            {
                handler(this, new FrameReceivedEventArgs(response));
            }
        }
Ejemplo n.º 2
0
 internal static extern int SendMessageCallback(int hWnd, int wMsg, short wParam, FrameReceivedEventHandler lParam);
Ejemplo n.º 3
0
 internal static extern int SendMessageCallback(int hWnd, int wMsg, short wParam, FrameReceivedEventHandler lParam);