OSI/AS Programming Manual

APS_RESYNCRSP_
APS Procedure Calls
056783 Tandem Computers Incorporated 3–81
tokens
input
INT .EXT:ref:(ZAPS-DDL-TOKENS)
contains your response to the token settings received in the resynchronize
indication. Omit this parameter if no tokens are available on the connection.
Otherwise, if you receive ZAPS-VAL-TOKEN-ACCEPTOR-CHOICE, you must
specify one of the following values:
ZAPS-VAL-TOKEN-OWNED to assign the token to your own application
ZAPS-VAL-TOKEN-NOTOWNED to assign the token to the remote application
If the resynchronize indication contains a value other than ZAPS-VAL-TOKEN-
ACCEPTOR-CHOICE, the following rules apply:
If a token is available, you must use the value that you have received for that
token.
If a token is not available, your input for that token is ignored.
user-data
input
INT .EXT:ref:*
contains the user data you wish to send to the remote application; see
“Considerations” for the maximum amount of data you can send. You must
define the structure of the data buffer, as described under “Defining User Data
Buffers” in Section 2. For a normal-mode presentation or ACSE connection, you
must also encode the data, as described in “Encoding ACSE and Presentation User
Data” in Section 2.
tag
input
INT(32):value
is for use in nowait mode only. Specify a unique value to identify this instance of
the procedure call. When the operation is complete, the MFM_AWAITIOX_
procedure returns the tag value, allowing you to match the completion with the
correct instance of the procedure call.
please-tokens
input
INT .EXT:ref:(ZAPS-DDL-TOKENS)
specifies the tokens you are requesting from the remote application in the token
please request primitive to be concatenated with the resynchronize response
primitive. To request tokens from the remote application, set the field values for
the requested tokens to ZAPS-VAL-TOKEN-PLEASE, and set the field values for
all other tokens to ZAPS-VAL-TOKEN-NOVALUE.