High Performance OPC UA Server SDK  1.7.1.383
ua_file_handle Struct Reference

Stores the information of an opened file. More...

#include <filehandle.h>

Data Fields

struct ua_file_contextfile
 file context which manages the file state
 
struct uasession_sessionsession
 the session where this file handle belongs to
 
uint32_t fh
 OPC UA file handle.
 
uint64_t position
 current file position
 
uint8_t mode
 open mode
 
uint64_t lastused
 timestamp when this handle was last used. More...
 
void * pimpl
 private implementation pointer
 

Detailed Description

Stores the information of an opened file.

This is an abstract type that works for all file implementations. The private implementation details are referenced by the pimpl pointer.

Field Documentation

◆ lastused

uint64_t lastused

timestamp when this handle was last used.


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