Figure 4-51 – ADIC Server User Manual

Page 105

Advertising
background image

aci_flip

4-63

21 Dec 2001

EBARCODE

EAREAFULL

See Figure 4-51 for an example of the aci_flip function.

Figure 4-51

Example of the aci_flip Function

/* Flip a volume in a optical disk drive */

int rc = 0;

char *drive = "od01";

if (( rc = aci_flip( drive ) ))

{

aci_perror( "Flip command failed: " );

}

else

{

printf("Flip of in drive %s successful

completed.\n", drive );

}

Advertising