A sbr_Sbdm object can contain one or more sbr_MsgEventItem objects.
More...
|
typedef struct _sbr_MsgParty | sbr_MsgParty |
| Holds the message details for a party involved in a transaction. More...
|
|
A sbr_Sbdm object can contain one or more sbr_MsgEventItem objects.
◆ sbr_MsgParty
Holds the message details for a party involved in a transaction.
This can be used to hold details of the "other" party. That is, the request message holds the details of the sender and vica-versa.
◆ sbr_eMsgPartyType
Indicates whether the details belong to the sender or receiver.
Enumerator |
---|
SBR_MSG_SENDER | Party type is Sender.
|
SBR_MSG_RECEIVER | Party type is Receiver.
|
◆ sbr_msgp_iddesignation()
SBR_CSR_EXPORT const char * sbr_msgp_iddesignation |
( |
sbr_MsgParty * |
party | ) |
|
Get the designation value for the party.
- Parameters
-
- Returns
- designation value.
◆ sbr_msgp_idname()
SBR_CSR_EXPORT const char * sbr_msgp_idname |
( |
sbr_MsgParty * |
party | ) |
|
Get the scheme of the party.
- Parameters
-
- Returns
- party scheme.
◆ sbr_msgp_type()
Get the type for the party (whether a sender or receiver).
- Parameters
-
- Returns
- party type.
◆ sbr_msgp_typestr()
Utility method to get the partytype as a string.
Useful for logging.
- Parameters
-
msgpartytype | the partytype. |
- Returns
- party type as a string.