Hp NonStop G-Series User Manual Page 203

  • Download
  • Add to my manuals
  • Print
  • Page
    / 210
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 202
Interfacing to MSMM
Mid-Range Silo Media Manager Installation and Users Guide541530-003
D-53
Examples of Structure
NumToSend,
(short _far *)&CountActuallyWritten,
WriteTag);
cc = READUPDATEX((short)nFileNumber,
(char _far *)anBuffer,
(short)sizeof(anBuffer),
(short _far *)&wCountRead);
nResult = REPLYX((char _far *)anBuffer,
(short)wCountRead);
memset(anBuffer,
0,
31000);
wCountRead = 0;
/* MOUNT */
SendBuffer3[0] = 0x30;/* COMMAND */
SendBuffer3[1] = 0x51;/* THIRD PARTY REQUEST */
SendBuffer3[2] = '\\'; /* DEVICE NODE NAME */
SendBuffer3[3] = 'S';
SendBuffer3[4] = '7';
SendBuffer3[5] = '0';
SendBuffer3[6] = '0';
SendBuffer3[7] = '0';
SendBuffer3[8] = ' ';
SendBuffer3[9] = ' ';
SendBuffer3[10] = ' ';
SendBuffer3[11] = ' ';
SendBuffer3[12] = '$';/* SCSI DEVICE NAME */
SendBuffer3[13] = 'S';
SendBuffer3[14] = 'L';
SendBuffer3[15] = '5';
SendBuffer3[16] = '0';
SendBuffer3[17] = '0';
SendBuffer3[18] = ' ';
SendBuffer3[19] = ' ';
SendBuffer3[20] = ' ';
SendBuffer3[21] = ' ';
SendBuffer3[22] = '0'; /* LABEL */
SendBuffer3[23] = '0';
SendBuffer3[24] = '0';
Page view 202

Comments to this Manuals

No comments