Jaa


ProviderI2cConnectionSettings.SharingMode Property

Definition

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 ProviderI2cSharingMode SharingMode { ProviderI2cSharingMode get(); void set(ProviderI2cSharingMode value); };
ProviderI2cSharingMode SharingMode();

void SharingMode(ProviderI2cSharingMode value);
public ProviderI2cSharingMode SharingMode { get; set; }
var providerI2cSharingMode = providerI2cConnectionSettings.sharingMode;
providerI2cConnectionSettings.sharingMode = providerI2cSharingMode;
Public Property SharingMode As ProviderI2cSharingMode

Property Value

The sharing mode to use to connect to the I2 C bus address.

Applies to