I2cConnectionSettings.SharingMode Property
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.
Gets or sets the sharing mode to use to connect to the inter-integrated circuit (I2 C) bus address. This mode determines whether other connections to the I2 C bus address can be opened while you are connect to the I2 C bus address.
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
Property Value
The sharing mode to use to connect to the I2 C bus address.