Impact Acquire SDK C++
|
Category that contains the File Access control features. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
FileAccessControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::FileAccessControl object. | |
Public Attributes | |
PropertyS | fileAccessBuffer |
A string property. Defines the intermediate access buffer that allows the exchange of data between the device file storage and the application. | |
PropertyI64 | fileAccessLength |
An integer property. Controls the Length of the mapping between the device file storage and the FileAccessBuffer. | |
PropertyI64 | fileAccessOffset |
An integer property. Controls the Offset of the mapping between the device file storage and the FileAccessBuffer. | |
PropertyI64 | fileOpenMode |
An enumerated integer property. Selects the access mode in which a file is opened in the device. | |
Method | fileOperationExecute |
A method object. Executes the operation selected by FileOperationSelector on the selected file. | |
PropertyI64 | fileOperationResult |
An integer property. Represents the file operation result. | |
PropertyI64 | fileOperationSelector |
An enumerated integer property. Selects the target operation for the selected file in the device. | |
PropertyI64 | fileOperationStatus |
An enumerated integer property. Represents the file operation execution status. | |
PropertyI64 | fileSelector |
An enumerated integer property. Selects the target file in the device. | |
PropertyI64 | fileSize |
An integer property. Represents the size of the selected file in bytes. | |
Category that contains the File Access control features.
A category that contains the File Access control features.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::FileAccessControl object.
[in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
[in] | settingName | The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT::acquire::FunctionInterface::getAvailableSettings, new settings can be created with the function mvIMPACT::acquire::FunctionInterface::createSetting |
PropertyS fileAccessBuffer |
A string property. Defines the intermediate access buffer that allows the exchange of data between the device file storage and the application.
Defines the intermediate access buffer that allows the exchange of data between the device file storage and the application.
PropertyI64 fileAccessLength |
An integer property. Controls the Length of the mapping between the device file storage and the FileAccessBuffer.
Controls the Length of the mapping between the device file storage and the FileAccessBuffer.
PropertyI64 fileAccessOffset |
An integer property. Controls the Offset of the mapping between the device file storage and the FileAccessBuffer.
Controls the Offset of the mapping between the device file storage and the FileAccessBuffer.
PropertyI64 fileOpenMode |
An enumerated integer property. Selects the access mode in which a file is opened in the device.
Selects the access mode in which a file is opened in the device.
The following string values might be valid for this feature:
Method fileOperationExecute |
A method object. Executes the operation selected by FileOperationSelector on the selected file.
Executes the operation selected by FileOperationSelector on the selected file.
PropertyI64 fileOperationResult |
An integer property. Represents the file operation result.
Represents the file operation result. For Read or Write operations, the number of successfully read/written bytes is returned.
PropertyI64 fileOperationSelector |
An enumerated integer property. Selects the target operation for the selected file in the device.
Selects the target operation for the selected file in the device. This Operation is executed when the FileOperationExecute feature is called.
The following string values might be valid for this feature:
PropertyI64 fileOperationStatus |
An enumerated integer property. Represents the file operation execution status.
Represents the file operation execution status.
The following string values might be valid for this feature:
PropertyI64 fileSelector |
An enumerated integer property. Selects the target file in the device.
Selects the target file in the device.
The following string values might be valid for this feature:
PropertyI64 fileSize |
An integer property. Represents the size of the selected file in bytes.
Represents the size of the selected file in bytes.