|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.11.1.2
|
#include "openapi_common.h"Go to the source code of this file.
Functions | |
| open_error_t | openapiCopyConfigFile (openapiClientHandle_t *client_handle, OPEN_COPY_CONFIG_DIRECTIVE_t directive) |
| This API copies configuration files that are located on the switch. More... | |
| open_error_t | openapiDigitalSignatureVerifyConfigGet (openapiClientHandle_t *client_handle, OPEN_DIGITAL_SIGNATURE_OPTION_t *dsvConfigOption) |
| To get the option to verify digital signature of downloaded file. More... | |
| open_error_t | openapiDigitalSignatureVerifyConfigSet (openapiClientHandle_t *client_handle, OPEN_DIGITAL_SIGNATURE_OPTION_t dsvConfigOption) |
| To set the option to verify digital signature of downloaded file. More... | |
| open_error_t | openapiFileCopy (openapiClientHandle_t *client_handle, uint32_t unit, open_buffdesc *srcFileName, open_buffdesc *dstFileName) |
| copies a given local file locally or remotely More... | |
| open_error_t | openapiHttpTransferDownStartSet (openapiClientHandle_t *client_handle, open_buffdesc *filePathBuf, open_buffdesc *fileNameBuf) |
| Completes an HTTP(S) file download transfer operation. More... | |
| open_error_t | openapiImageHeaderCheck (openapiClientHandle_t *client_handle, open_buffdesc *headerData, OPEN_BOOL_t *isValid) |
| Test an image file header to determine if it is appropriate for this device. More... | |
| open_error_t | openapiImageHeaderSizeGet (openapiClientHandle_t *client_handle, uint32_t *headerSize) |
| Determine the size the image file header for this device. More... | |
| open_error_t | openapiTransferDownloadFileTypeGet (openapiClientHandle_t *client_handle, OPEN_FILE_TYPES_t *pFileType) |
| Get the Transfer Download File Type. More... | |
| open_error_t | openapiTransferDownloadFileTypeSet (openapiClientHandle_t *client_handle, OPEN_FILE_TYPES_t fileType) |
| Set the Transfer Download File Type. More... | |
| open_error_t | openapiTransferDownloadResultCodeGet (openapiClientHandle_t *client_handle, OPEN_TRANSFER_CODE_t *resultCode) |
| To retrieve the status of a transfer operation. More... | |
| open_error_t | openapiTransferDownStartSet (openapiClientHandle_t *client_handle) |
| Starts an asynchronous file download transfer operation. More... | |
| open_error_t | openapiTransferFileLocalGet (openapiClientHandle_t *client_handle, open_buffdesc *imageLabel) |
| Get the label by which the file to be transferred is known by on the local system. More... | |
| open_error_t | openapiTransferFileLocalSet (openapiClientHandle_t *client_handle, open_buffdesc *imageLabel) |
| Set the label by which the file to be transferred is known by on the local system. More... | |
| open_error_t | openapiTransferFileRemoteGet (openapiClientHandle_t *client_handle, open_buffdesc *filePath, open_buffdesc *fileName) |
| Get the path and name of the file on the remote system that is designated for transfer. More... | |
| open_error_t | openapiTransferFileRemoteSet (openapiClientHandle_t *client_handle, open_buffdesc *filePath, open_buffdesc *fileName) |
| Set the path and name of the file on the remote system that is designated for transfer. More... | |
| open_error_t | openapiTransferFileTypeGet (openapiClientHandle_t *client_handle, OPEN_FILE_TYPES_t *fileType) |
| Get the Transfer File Type. More... | |
| open_error_t | openapiTransferFileTypeSet (openapiClientHandle_t *client_handle, OPEN_FILE_TYPES_t fileType) |
| Set the Transfer File Type. More... | |
| open_error_t | openapiTransferInProgressGet (openapiClientHandle_t *client_handle, OPEN_BOOL_t *isInProgress) |
| Retrieve the progress of a file transfer. More... | |
| open_error_t | openapiTransferLicenseIndexSet (openapiClientHandle_t *client_handle, uint32_t licenseIndex) |
| This API sets the index of the License file, that is to be transferred by the system. More... | |
| open_error_t | openapiTransferModeGet (openapiClientHandle_t *client_handle, OPEN_TRANSFER_MODES_t *xfrMode) |
| Get the current transfer mode. More... | |
| open_error_t | openapiTransferModeSet (openapiClientHandle_t *client_handle, OPEN_TRANSFER_MODES_t xfrMode) |
| Set the current transfer mode. More... | |
| open_error_t | openapiTransferRemoteUserCredentialsGet (openapiClientHandle_t *client_handle, open_buffdesc *username, open_buffdesc *password) |
| Get the credentials (username and password) of remote host that will serve the file during the transfer operation. More... | |
| open_error_t | openapiTransferRemoteUserCredentialsSet (openapiClientHandle_t *client_handle, open_buffdesc *username, open_buffdesc *password) |
| Set the credentials (username and password) of remote host that will serve the file during the transfer operation. More... | |
| open_error_t | openapiTransferResultGet (openapiClientHandle_t *client_handle, OPEN_TRANSFER_STATUS_t *resultCode, open_buffdesc *resultStatus) |
| To retrieve the status of a transfer task in string format. More... | |
| open_error_t | openapiTransferServerAddressGet (openapiClientHandle_t *client_handle, open_inet_addr_t *inetAddr) |
| Get the transfer server address. More... | |
| open_error_t | openapiTransferServerAddressSet (openapiClientHandle_t *client_handle, open_inet_addr_t inetAddr) |
| Set the transfer server address. More... | |
| open_error_t | openapiTransferUploadFileTypeGet (openapiClientHandle_t *client_handle, OPEN_FILE_TYPES_t *pFileType) |
| Get the Transfer upload File Type. More... | |
| open_error_t | openapiTransferUploadFileTypeSet (openapiClientHandle_t *client_handle, OPEN_FILE_TYPES_t fileType) |
| Set the Transfer upload File Type. More... | |
| open_error_t | openapiTransferUpStartSet (openapiClientHandle_t *client_handle) |
| Starts an asynchronous file upload transfer operation. More... | |