HP-UX SNAplus2 Upgrade Guide (June 2003)
Porting Application Programs
NM-API
Chapter 346
NM_RECEIVE
The NM_RECEIVE verb is no longer required, and must be removed.
Processing of the received NMVT, which would normally follow the
NM_RECEIVE verb, should be moved to the callback routine supplied to
the REGISTER_NMVT_APPLICATION verb, as described for
NM_OPEN.
NM_SEND
The NM_SEND verb should be replaced by the TRANSFER_MS_DATA
verb. The parameters to this verb should normally be set as described in
“Sending NMVTs Without Requesting Acknowledgement”. The only
exception is when the supplied NMVT is a response to an NMVT
previously received from the host; in this case, the
pu_name
parameter on
TRANSFER_MS_DATA must be set to the
pu_name
parameter in the
NMVT_RECEIVED data structure containing the received NMVT.