Error log constructor
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic FX3ErrorLog(
byte[] FlashData
)
Public Sub New (
FlashData As Byte()
)
public:
FX3ErrorLog(
array<unsigned char>^ FlashData
)
new :
FlashData : byte[] -> FX3ErrorLog
Parameters
- FlashData
- Type: SystemByte
The 32 byte block of data read from flash which contains the error log struct
See Also