DD_LOG_INFO,LP_DD_LOG_INFO
Structure Definition
Function Description
Log information structure.
Member Description
| Member | Type | Remark |
| majorType | unsigned int | Main type. For the value, refer to DD_LOG_CONTENT. |
| minorType | unsigned int | Subtype, refer to DD_LOG_TYPE for its value. |
| time | unsigned int | The time when this log occurs. |
| IP | unsigned int | The user IP when the log was generated. |
| name | char[36] | The user name corresponding to this log. |
| localTime | DD_TIME | The local time of the device will be filled in later. |
| infoLen | unsigned int | Length of log information. |
| info | char[1024] | Log information data. |