次の方法で共有


II2cControllerProvider.GetDeviceProvider メソッド

定義

指定した設定の I2 C デバイス プロバイダーを取得します。

public:
 II2cDeviceProvider ^ GetDeviceProvider(ProviderI2cConnectionSettings ^ settings);
II2cDeviceProvider GetDeviceProvider(ProviderI2cConnectionSettings const& settings);
public II2cDeviceProvider GetDeviceProvider(ProviderI2cConnectionSettings settings);
function getDeviceProvider(settings)
Public Function GetDeviceProvider (settings As ProviderI2cConnectionSettings) As II2cDeviceProvider

パラメーター

settings
ProviderI2cConnectionSettings

目的の設定。

戻り値

I2 C デバイス プロバイダー。

適用対象