StatusEx is Status extended with Report List, returned as a result of main public methods.
More...
|
| override string | ToString () |
| | Formatted StatusEx chain, that is built from Msg and InnerStatus Msg properties, with Extra and optional Core/Uart Status, and with BSL detail info like BytesProcessed and BSLVersion. More...
|
| |
| string | FormattedString (Status Stat, bool TopLevel=false) |
| | Formatted status from single object. More...
|
| |
| override string | ToString () |
| | Formatted Status chain, that is built from Msg and InnerStatus Msg properties, with Extra and optional Core/Uart Status. More...
|
| |
|
| int | BytesToProcess = -1 [get, set] |
| | Number of bytes that need to be processed (uploaded/downloaded to/from target MCU). More...
|
| |
| byte[] | BSLVersion = null [get, set] |
| | Null, 4-byte or 10-byte array, meaning differs, please see TI BSL doc (slau319t.pdf). More...
|
| |
| string | BSLVersionString = null [get, set] |
| | String representation of BSLVersion. Meaning differs, please see TI BSL doc (slau319t.pdf). More...
|
| |
| List< Report > | Reports = null [get, set] |
| | Report List. More...
|
| |
| int | Error = 0 [get, set] |
| | Numeric representation of status, any value other then 0 indicates an error. More...
|
| |
| bool | OK = false [get, set] |
| | Boolean representation of status, true means OK, false means ERROR. More...
|
| |
| string | Msg = "unknown" [get, set] |
| | String representation of status. More...
|
| |
| string | Extra = "" [get, set] |
| | Additional info, that can be used for detailed problem analysis. More...
|
| |
| BslCoreMessage | CoreStatus = BslCoreMessage.NotAvailable [get, set] |
| | BslCoreMessage status. More...
|
| |
| BslUartMessage | UartStatus = BslUartMessage.NotAvailable [get, set] |
| | BslUartMessage status. More...
|
| |
| Status | InnerStatus = null [get, set] |
| | Inner Status like inner exception can contain the previous Status, usually with error. More...
|
| |
StatusEx is Status extended with Report List, returned as a result of main public methods.
◆ ToString()
| override string BSL430_NET.StatusEx.ToString |
( |
| ) |
|
Formatted StatusEx chain, that is built from Msg and InnerStatus Msg properties, with Extra and optional Core/Uart Status, and with BSL detail info like BytesProcessed and BSLVersion.
◆ BSLVersion
| byte [] BSL430_NET.StatusEx.BSLVersion = null |
|
getset |
Null, 4-byte or 10-byte array, meaning differs, please see TI BSL doc (slau319t.pdf).
◆ BSLVersionString
| string BSL430_NET.StatusEx.BSLVersionString = null |
|
getset |
String representation of BSLVersion. Meaning differs, please see TI BSL doc (slau319t.pdf).
◆ BytesToProcess
| int BSL430_NET.StatusEx.BytesToProcess = -1 |
|
getset |
Number of bytes that need to be processed (uploaded/downloaded to/from target MCU).
◆ Reports
| List<Report> BSL430_NET.StatusEx.Reports = null |
|
getset |
The documentation for this class was generated from the following file:
- D:/PROJECTS/C#/BSL430.NET/src/BSL430.NET/BSL430NET.cs