PLCnext API Documentation  21.0.0.35466
Public Member Functions | List of all members
Arp::System::Commons::Services::Io::FileSystemInfoServiceProxy Class Reference
Inheritance diagram for Arp::System::Commons::Services::Io::FileSystemInfoServiceProxy:
Inheritance graph

Public Member Functions

 FileSystemInfoServiceProxy (RscHandle providerHandle, RscHandle serviceHandle, RscClient &rscClient)
 Constructs an FileSystemInfoServiceProxy instance. More...
 
virtual ~FileSystemInfoServiceProxy (void)
 Destructs this instance and frees all resouces. More...
 
Traits GetSupportedTraits () override
 
FileSystemError GetPermissions (const RscString< 512 > &path, Permissions &permissions) override
 
FileSystemError AddPermissions (const RscString< 512 > &path, Permissions permissions) override
 
FileSystemError RemovePermissions (const RscString< 512 > &path, Permissions permissions) override
 
FileSystemError GetFileSystemTraitsEntry (Traits traits, const RscString< 512 > &path, FileSystemTraitsEntry &fileSystemTraitsEntry) override
 
FileSystemError GetSpaceInfo (const RscString< 512 > &path, SpaceInfo &spaceInfo) override
 
void GetRootDirectories (GetRootDirectoriesResultDelegate resultDelegate) override
 

Constructor & Destructor Documentation

◆ FileSystemInfoServiceProxy()

Arp::System::Commons::Services::Io::FileSystemInfoServiceProxy::FileSystemInfoServiceProxy ( RscHandle  providerHandle,
RscHandle  serviceHandle,
RscClient &  rscClient 
)

Constructs an FileSystemInfoServiceProxy instance.

◆ ~FileSystemInfoServiceProxy()

Arp::System::Commons::Services::Io::FileSystemInfoServiceProxy::~FileSystemInfoServiceProxy ( void  )
inlinevirtual

Destructs this instance and frees all resouces.


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