Argox PA-20 Programming Guide Manual de usuario Pagina 50

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 130
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 49
PT-20 Programming Guide
48
Example call
DiskD_totalsize ( );
Includes
#include “SDK.h ”
Description
The DicskD_totalsize function returns the total space in disk D.
Returns
0xffffffff : Disk D unformatted.
Others : The total space in disk D.(Bytes)
fErrorCode
None
DiskC_usedsize
Purpose
Checking the used space in disk C.
Syntax
unsigned int DiskC_usedsize (void);
Example call
DiskC_usedsize ( );
Includes
#include “SDK.h ”
Description
The DicskC_usedsize function returns the used space in disk C.
Returns
0xffffffff : Disk C unformatted.
Others : The used space in disk C.(Bytes)
fErrorCode
None
DiskD_usedsize
Purpose
Checking the used space in disk D.
Syntax
unsigned int DiskD_usedsize (void);
Example call
DiskD_usedsize ( );
Includes
#include “SDK.h ”
Description
The DicskD_usedsize function returns the used space in disk D.
Returns
0xffffffff : Disk D unformatted.
Others : The used space in disk D.(Bytes)
fErrorCode
None
DicskC_freesize
Purpose
Checking the free space in disk C.
Syntax
unsigned int DiskC_freesize (void);
Example call
DiskC_freesize( );
Includes
#include “SDK.h ”
Description
The DicskC_freesize function returns the free space in disk C.
Returns
0xffffffff : Disk C unformatted.
Others : The free space in disk C.(Bytes)
fErrorCode
None
DicskD_freesize
Purpose
Checking the free space in disk D.
Syntax
unsigned int DiskD_freesize (void);
Example call
DiskD_freesize( );
Includes
#include “SDK.h ”
Vista de pagina 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 129 130

Comentarios a estos manuales

Sin comentarios