I2cConnectionSettings.SharingMode プロパティ

定義

統合回線間 (I2 C) バス アドレスへの接続に使用する共有モードを取得または設定します。 このモードでは、I2 C バス・アドレスに接続している間に、I2 C バス・アドレスへの他の接続をオープンできるかどうかを判別します。

public:
 property I2cSharingMode SharingMode { I2cSharingMode get(); void set(I2cSharingMode value); };
I2cSharingMode SharingMode();

void SharingMode(I2cSharingMode value);
public I2cSharingMode SharingMode { get; set; }
var i2cSharingMode = i2cConnectionSettings.sharingMode;
i2cConnectionSettings.sharingMode = i2cSharingMode;
Public Property SharingMode As I2cSharingMode

プロパティ値

I2 C バス アドレスへの接続に使用する共有モード。

適用対象

こちらもご覧ください