FX3ConnectionBurstMOSIData Property |
Data to transmit on the MOSI line during a burst read operation. This value is over written
if you set the trigger reg, since trigger reg is given priority.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic byte[] BurstMOSIData { get; set; }
Public Property BurstMOSIData As Byte()
Get
Set
public:
property array<unsigned char>^ BurstMOSIData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member BurstMOSIData : byte[] with get, set
Return Value
Type:
Byte
See Also