Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Use these enum to set the file transfer mode when using one of the following Opal API File Transfer Functions: OpalPutTargetFile, OpalGetTargetFile.

Usage

typedef enum{

OP_TRANSFER_NONE,

OP_TRANSFER_ASCII,

OP_TRANSFER_BINARY

} OP_FILE_TRANSFER_MODE;

Elements
  • OP_TRANSFER_NONE (0): transfer mode not set.
  • OP_TRANSFER_ASCII (1): transfer mode is ascii.
  • OP_TRANSFER_BINARY (2): transfer mode is binary.
ExamplesNone
Related ItemsOpalPutTargetFile, OpalGetTargetFile
Library and Header

WINDOWSLINUX
Static LibraryOpalApi.lib-
Dynamic LibraryOpalApi.dlllibOpalApi.so
Header FileOpalApi.hOpalApi.h
  • No labels