Exemple #1
0
 ///////////////////////////////////////////////////////////////////////////////////////////
 private Device(DEVICE_TYPE mDeviceType)
 {
     this.m_DeviceType     = mDeviceType;
     this.m_DeviceTypeDesc = CAN.FindDeviceTypeKey(mDeviceType);
     this.m_DeviceIndex    = DeviceGroup.CreateInstance().GetNewDeviceIndex(mDeviceType);
     this.m_IsDeviceOpen   = false;
     this.p_DeviceInfo     = new BOARD_INFO();
 }
Exemple #2
0
 public static extern UInt32 ReadBoardInfo(UInt32 DeviceType, UInt32 DeviceIndex, ref BOARD_INFO pBoardInfo);