SpiDevice.GetBusInfo(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the info about a certain bus.
public:
static SpiBusInfo ^ GetBusInfo(Platform::String ^ busId);
static SpiBusInfo GetBusInfo(winrt::hstring const& busId);
public static SpiBusInfo GetBusInfo(string busId);
function getBusInfo(busId)
Public Shared Function GetBusInfo (busId As String) As SpiBusInfo
Parameters
- busId
-
String
Platform::String
winrt::hstring
The id of the bus.
Returns
The bus info requested.
Windows requirements
App capabilities |
lowLevel
|