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

Version 1 Next »

DescriptionUse these enum to set the file transfer mode when using one of the following Opal API File Transfer Functions: PutTargetFile, GetTargetFile.
Usage
  • RtlabApi.OP_TRANSFER_NONE
  • RtlabApi.OP_TRANSFER_ASCII
  • RtlabApi.OP_TRANSFER_BINARY
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 ItemsPutTargetFile, GetTargetFile
Modulesimport RtlabApi
  • No labels