ACSE/Presentation and ROSE Interface Programmer's Guide

Chapter 2 25
Supported ACSE/Presentation and ROSE Calls
ACSE/Presentation Calls and Primitives
A_ASSOC_IND
Used with ap_rcv() to indicate a request for
association establishment.
A_ASSOC_RSP
Used with ap_snd() to respond to an association
establishment request.
A_ASSOC_CNF
Used with ap_rcv() to confirm the establishment of
an association.
A_PABORT_REQ
Used with ap_snd() to initiate a presentation layer
provider abort. Provides the option of aborting when
an invalid PDU is received.
A_PABORT_IND
Used with ap_rcv() to indicate an association has
been abnormally released because of problems below
the application layer.
A_RELEASE_REQ
A_RELEASEREQ
Used with ap_snd() to request the normal release of
an association.
A_RELEASE_IND
A_RELEASEIND
Used with ap_rcv() to indicate that the remote
service user wants to release the association.
A_RELEASE_RSP
A_RELEASERSP
Used with ap_snd() to respond to an association
release request.
A_RELEASE_CNF
A_RELEASECNF
Used with ap_rcv() to confirm the acceptance or
rejection of a previously sent release request.
P_DATA_REQ
Used with ap_snd() to send normal user data.
P_DATA_IND
Used with ap_rcv() to indicate the receipt of user
data.
P_RESYNC_REQ
Used with ap_snd() to issue a resynchronized
request.
P_RESYNC_IND
Used with ap_rcv() to indicate a resynchronized
request.
P_RESYNC_RSP
Used with ap_snd() to respond to a resynchronized
request.
Primitives Description