HP-UX SNAplus2 CSV Programmer's Guide
Common Service Verbs Reference
TRANSFER_MS_DATA
Chapter 2 75
unsigned short dlen; /* Length of data */
unsigned char far *dptr; /* Data */
} TRANSFER_MS_DATA;
Supplied Parameters
The program using this verb supplies the following parameters:
opcode
SV_TRANSFER_MS_DATA
data_type
Possible values are:
SV_NMVT
The data contains a complete NMVT.
SV_ALERT_SUBVECTORS
The data contains MS subvectors in
the SNA-defined format for an Alert
major vector. SNAplus2 adds an
NMVT header and an alert major
vector header.
SV_USER_DEFINED
The data contains a complete NMVT
request unit. SNAplus2 always logs
the data, and does not send it to
NetView.
SV_PDSTATS_SUBVECTORS
The data contains problem
determination statistics. SNAplus2
always logs the data, and does not
send it to NetView.
options
This parameter is a one-byte value, with individual bits
indicating the options selected. Bit 0 is the most
significant and bit 7 is the least significant bit. For
compatibility with other implementations, the bit
values for bits 0–3 are defined so that a value of 1
indicates no action and a value of 0 indicates an action.
(Bits 1–3 are ignored if
data_type
is set to
SV_USER_DEFINED.)
Bit 0—Add Date/Time (0x01) subvector to the data.