- #pragma once
- static const wchar_t * BUSID_Any = L"*";
- static const wchar_t * BUSID_HWMgr = L"DIOS.HWMgr";
- static const wchar_t * BUSID_Device = L"DIOS.Device.";
- static const wchar_t * BUSID_DROCServer = L"DIOS.Server";
- static const wchar_t * BUSID_DataContianer = L"DIOS.DCService";
- static const wchar_t * BUSID_APP = L"DIOS.FPDAPP";
- static const wchar_t * BUSID_DeviceFPD = L"DIOS.FPD";
- static const wchar_t * BUSID_DeviceSYN = L"DIOS.SYN";
- static const wchar_t * BUSID_DeviceGEN = L"DIOS.GEN";
|