![]() |
XRootD
|
Information returned by file open operation. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
OpenInfo (const uint8_t *fileHandle, uint64_t sessionId, StatInfo *statInfo=0) | |
Constructor. | |
~OpenInfo () | |
Destructor. | |
void | GetFileHandle (uint8_t *fileHandle) const |
Get the file handle (4bytes) | |
uint64_t | GetSessionId () const |
const StatInfo * | GetStatInfo () const |
Get the stat info. | |
Information returned by file open operation.
Definition at line 861 of file XrdClXRootDResponses.hh.
|
inline |
Constructor.
Definition at line 867 of file XrdClXRootDResponses.hh.
|
inline |
Destructor.
Definition at line 878 of file XrdClXRootDResponses.hh.
|
inline |
Get the file handle (4bytes)
Definition at line 886 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().
|
inline |
Definition at line 902 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().
|
inline |
Get the stat info.
Definition at line 894 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().