Exemplo n.º 1
0
        /// <summary>
        /// Constructor
        /// </summary>
        public MainForm()
        {
            InitializeComponent();
            _ethernetConfig = new LJV7IF_ETHERNET_CONFIG();
            _callback       = new HightSpeedDataCallBack(ReceiveData);

            _cbxSelectProgram.SelectedIndex = 2;
        }
Exemplo n.º 2
0
 internal static extern int LJV7IF_HighSpeedDataEthernetCommunicationInitalize(
     int lDeviceId, ref LJV7IF_ETHERNET_CONFIG pEthernetConfig, ushort wHighSpeedPortNo,
     HightSpeedDataCallBack pCallBack, uint dwProfileCnt, uint dwThreadId);
Exemplo n.º 3
0
 internal static extern int LJV7IF_HighSpeedDataUsbCommunicationInitalize(int lDeviceId,
                                                                          HightSpeedDataCallBack pCallBack, uint dwProfileCnt, uint dwThreadId);
Exemplo n.º 4
0
 public ObjectLJV7()
 {
     _callback = new HightSpeedDataCallBack(ReceiveData);
 }