FX3ConnectionI2CRetryCount Property |
Get/Set the FX3 I2C retry count. This is the number of times the FX3
will retry a read/write when a NAK is received from the slave device
being addressed.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic ushort I2CRetryCount { get; set; }
Public Property I2CRetryCount As UShort
Get
Set
public:
property unsigned short I2CRetryCount {
unsigned short get ();
void set (unsigned short value);
}
member I2CRetryCount : uint16 with get, set
Return Value
Type:
UInt16
See Also