General types used across the SBR CSR API.
More...
|
| Module defines |
| Each module within the library is individually defined by a name and id.
|
|
| Configuration Values |
| These values can optionally be used to access variables in the configuration file.
|
|
| Error codes |
| All errors are encapsulated in CSR specific errors.
|
|
General types used across the SBR CSR API.
◆ sbr_eMsgSourceType
Indicates whether a message is or object belongs to a request or response message.
Enumerator |
---|
SBR_REQUEST | Request message.
|
SBR_RESPONSE | Response message.
|