I2CPreambleDeviceAddress Property |
This is the 7-bit slave address for the device to access on the I2C bus.
The address value must be left justified, with a zero in the least significant
bit. The address bits (starting at DeviceAddress bit 7) are the first data transmitted
by the FX3 when starting an I2C transaction. A R/W bit (generated by the firmware)
follows the seven device address bits to complete the first byte.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic byte DeviceAddress { get; set; }
Public Property DeviceAddress As Byte
Get
Set
public:
property unsigned char DeviceAddress {
unsigned char get ();
void set (unsigned char value);
}
member DeviceAddress : byte with get, set
Return Value
Type:
Byte
See Also