Jaa


ProviderI2cConnectionSettings.SlaveAddress Property

Definition

Gets or sets the bus address of the inter-integrated circuit (I2 C) device.

public:
 property int SlaveAddress { int get(); void set(int value); };
int SlaveAddress();

void SlaveAddress(int value);
public int SlaveAddress { get; set; }
var int32 = providerI2cConnectionSettings.slaveAddress;
providerI2cConnectionSettings.slaveAddress = int32;
Public Property SlaveAddress As Integer

Property Value

Int32

int

The bus address of the I2 C device. Only 7-bit addressing is supported, so the range of values that are valid is from 8 to 119.

Applies to