DIOSBUSID.h 521 B

1234567891011121314
  1. #pragma once
  2. static const wchar_t * BUSID_Any = L"*";
  3. static const wchar_t * BUSID_HWMgr = L"DIOS.HWMgr";
  4. static const wchar_t * BUSID_Device = L"DIOS.Device.";
  5. static const wchar_t * BUSID_DROCServer = L"DIOS.Server";
  6. static const wchar_t * BUSID_DataContianer = L"DIOS.DCService";
  7. static const wchar_t * BUSID_APP = L"DIOS.FPDAPP";
  8. static const wchar_t * BUSID_DeviceFPD = L"DIOS.FPD";
  9. static const wchar_t * BUSID_DeviceSYN = L"DIOS.SYN";
  10. static const wchar_t * BUSID_DeviceGEN = L"DIOS.GEN";