OSI/MHS P7 Application Programmatic Interface (P7 API) Manual

Procedure Calls
OSI/MHS P7 Application Programmatic Interface (P7 API) Manual424825-001
3-7
LOS_DT_FINISH_RESULT_
MESSAGE SUBMISSION operation
MESSAGE SUBMISSION result or error
PROBE SUBMISSION operation
PROBE SUBMISSION result or error
CANCEL DEFERRED operation
CANCEL DEFERRED result or error
REGISTER-MS operation
REGISTER-MS result or error
P-DATA information made up of the Remote Operations Invoke (ROIV) APDU
for the SUBMISSION CONTROL argument.
A Remote Operations Reject (RORJ) APDU if OSI/MHS is unable to interpret
the ROIV APDU.
For an MSUNBIND operation, bufferPtr is empty on output.
bufferLen input, output
extptr long int *
On input, specify the value of 0 bytes to determine the length of the APDU being
received from OSI/MHS.
On output, bufferLen specifies the length of the data received from OSI/MHS
and stored in bufferPtr.
maxBufferLen input
long int
specifies the maximum size of the buffer in bytes. You must specify
ZMHS-VAL-LOUAPI-MAX-DATA-SIZE for this parameter.
dataType output
extptr int *
Data types:specifying data type returned in buffer
specifies the data type of the returned data in bufferPtr. dataType can be:
ZMHS-VAL-DT-MS-BIND-RESULT
ZMHS-VAL-DT-MS-BIND-ERROR
ZMHS-VAL-DT-MS-UNBIND-RESULT
ZMHS-VAL-DT-P-DATA
For MSBIND and P-DATA, bufferPtr contains the associated data. For
MSUNBIND, bufferPtr is empty.
moreData output
extptr int *