Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4Java)  1.26.2
com.boschrexroth.mlpi.System.SpecialPathInfo Class Reference
Collaboration diagram for com.boschrexroth.mlpi.System.SpecialPathInfo:
Collaboration graph

Public Attributes

long totalDiskspace
 
long freeDiskspace
 

Detailed Description

This structure defines the special path information.

Elements of struct SpecialPathInfo

Type Element Description
long totalDiskspace Total size of the partition in bytes.
long freeDiskspace Free disk space of the partition in bytes.

Definition at line 488 of file System.java.

Member Data Documentation

long com.boschrexroth.mlpi.System.SpecialPathInfo.totalDiskspace

Total size of the partition in bytes.

Definition at line 490 of file System.java.

long com.boschrexroth.mlpi.System.SpecialPathInfo.freeDiskspace

Free disk space of the partition in bytes.

Definition at line 491 of file System.java.


The documentation for this class was generated from the following file: