I2CPreambleStartMask Property |
This field controls the start 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 StartMask to
0x04 will cause a start condition to be generated after sending PreambleData[1], while
setting StartMask to 0x08 will cause a start condition to be generated after
sending PreambleData[2], and so on. Note, setting a bit in StartMask will cause
the corresponding bit in StopMask 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 StartMask { get; set; }
Public Property StartMask As Byte
Get
Set
public:
property unsigned char StartMask {
unsigned char get ();
void set (unsigned char value);
}
member StartMask : byte with get, set
Return Value
Type:
ByteThe 8 bit preamble start mask
See Also