ADIC Server User Manual page 105

Adic server user manual
Table of Contents

Advertisement

/* Flip a volume in a optical disk drive */
int rc = 0;
char *drive = "od01";
if (( rc = aci_flip( drive ) ))
{
}
else
{
}
Figure 4-51
21 Dec 2001
EBARCODE
EAREAFULL
See Figure 4-51 for an example of the aci_flip function.
aci_perror( "Flip command failed: " );
printf("Flip of in drive %s successful
completed.\n", drive );
Example of the aci_flip Function
aci_flip
4-63

Advertisement

Table of Contents
loading

Table of Contents