* Retrieve the User Alert Type Enum to determine what this message is about * \return UserAlertNotification Enum describing the Alert Type */
| 226 | * \return UserAlertNotification Enum describing the Alert Type |
| 227 | */ |
| 228 | UserAlertNofification GetUserAlertType()const {return m_useralerttype;}; |
| 229 | |
| 230 | /** |
| 231 | * Return the Comport associated with the DriverFailed Message |
nothing calls this directly
no outgoing calls
no test coverage detected