BFModule.CLComm.BFCLErrorCodes#

class BFModule.CLComm.BFCLErrorCodes#

Bases: pybind11_object

Error codes used by the BFSerial library.

Members:

BFCLOk : No Error

BFCLWarnSigCancel : BFSerialRead signal was cancelled

__init__(self: BFModule.CLComm.BFCLErrorCodes, value: int) None#

Methods

__init__(self, value)

Attributes

BFCLOk

BFCLWarnSigCancel

name

value

property name#