I2CPreambleStopMask Property |
This field controls the stop condition sent after every byte of preamble
data. The device address is the first byte of data, following by up to
seven additional bytes in PreAmbleData. For example, setting StopMask to
0x01 will cause a stop condition to be generated after sending DeviceAddress, while
setting StopMask to 0x02 will cause a stop condition to be generated after
sending PreambleData[0], and so on. Note, setting a bit in StopMask will cause
the corresponding bit in StartMask to be cleared, if it is also set.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic byte StopMask { get; set; }
Public Property StopMask As Byte
Get
Set
public:
property unsigned char StopMask {
unsigned char get ();
void set (unsigned char value);
}
member StopMask : byte with get, set
Return Value
Type:
ByteThe 8 bit preamble stop mask
See Also