CBFS Direct 2020 Python Edition

Questions / Feedback?

User Mode API

The user mode API comes in two pieces, both of which must be deployed with the application:

  • A Python module named cbfsdirect.py.
  • A native library (unmanaged), named pycbfsdirect20.dll, available for both 32-bit (x86) and 64-bit (x64) processor architectures.

Both of these are included in the product's Python package, <install_dir>\cbfsdirect-20.0.xxxx.tar.gz, which should be installed using pip:

> cd C:\path\to\install_dir
> pip install cbfsdirect-20.0.xxxx.tar.gz

Once the product's Python package has been installed, the module can be imported and used: from cbfsdirect import *

Remember to deploy the drivers and supplementary DLLs too, as they are an integral part of CBFS Direct.

 
 
Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Direct 2020 Python Edition - Version 20.0 [Build 7836]