BitBangSpiConfigGetParameterArray Method |
Get a parameters array for the current bit bang SPI configuration
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic byte[] GetParameterArray()
Public Function GetParameterArray As Byte()
public:
array<unsigned char>^ GetParameterArray()
member GetParameterArray : unit -> byte[]
Return Value
Type:
ByteThe parameter array to send to the FX3 for a bit bang vendor command
See Also