Share via


Address Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains the address of the I2C device.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public ReadOnly Address As UShort
public readonly ushort Address
public:
initonly unsigned short Address
val Address: uint16
public final var Address : ushort

Remarks

The address is used to uniquely identify the I2C device on the I2C bus.

.NET Framework Security

See Also

Reference

I2CDevice. . :: . .Configuration Class

Microsoft.SPOT.Hardware Namespace