OSI/AS Programming Manual
APS_RESYNCRSP_
APS Procedure Calls
3–80 056783 Tandem Computers Incorporated
APS_RESYNCRSP_ This procedure allows you to respond to a resynchronize indication.
This procedure also allows you, optionally, to use basic concatenation to send a token
please request primitive along with the resynchronize response primitive.
status
 := APS_RESYNCRSP_ ( 
cepi
 ! I
 , 
sync
 ! I
 ,[ 
tokens
 ] ! I
 ,[ 
user-data
 ] ! I
 ,[ 
tag
 ] ! I
 ,[ 
please-tokens
 ] ); ! I
status
 returned value
INT
indicates the outcome of the call. For the possible values of ZAPS-VAL-STATUS-
xxx, see “Status Codes” in Appendix B.
cepi
 input
INT:value
is the connection endpoint identifier (CEPI) for this connection.
sync
 input
INT(32):value
is the synchronization point serial number. The 
resync-type
 of the
resynchronize indication you have received determines the way you use this
parameter. You can obtain this value by calling APS_SYNC_GETPARAM_ after
the resynchronize indication.
If 
resync-type
 is ZAPS-VAL-RESYNC-ABANDON or ZAPS-VAL-RESYNC-
RESTART, you must specify the same 
sync
 value that you received with the
resynchronize indication.
If 
resync-type
 is ZAPS-VAL-RESYNC-SET, specify any value for sync in the
range 0 through 999999. The value you specify need not be the same value as that
received in the resynchronize indication. If you specify a different value, your
value prevails.
For more information about this parameter, see ZAPS-DDL-SYNC in Appendix A.










