|
|
An user of a Layer 2 (data link) SS7 message transfer part
void attach (SS7Layer2* link)
| attach |
[pure virtual]
Attach a SS7 Layer 2 (data link) to the user component
Parameters:
link | Pointer to data link to attach |
void detach (SS7Layer2* link)
| detach |
[pure virtual]
Detach a SS7 Layer 2 (data link) from the user component
Parameters:
link | Pointer to data link to detach |
Reimplemented from SignallingComponent.
bool receivedMSU (const SS7MSU& msu, SS7Layer2* link, int sls)
| receivedMSU |
[protected pure virtual]
Process a MSU received from the Layer 2 component
Parameters:
msu | Message data, starting with Service Indicator Octet |
link | Data link that delivered the MSU |
sls | Signalling Link the MSU was received from |
Returns: True if the MSU was processed
void notify (SS7Layer2* link)
| notify |
[protected pure virtual]
Process a notification generated by the attached data link
Parameters:
link | Data link that generated the notification |
Returns: True if notification was processed
Generated by: paulc on bussard on Mon Mar 8 12:18:15 2010, using kdoc 2.0a54. |