FX3ConnectionWordLength Property |
The FX3 SPI controller word length. Default is 8 (1 byte per word)
Reqcode: B2
Value: Word length (as int8)
Index: 8
Length: 4
Data: None
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic byte WordLength { get; set; }
Public Property WordLength As Byte
Get
Set
public:
property unsigned char WordLength {
unsigned char get ();
void set (unsigned char value);
}
member WordLength : byte with get, set
Return Value
Type:
ByteThe current word length
See Also