br_stimpy._bstimulator.CallbackType

class CallbackType(self: br_stimpy._bstimulator.CallbackType, value: int)

Bases: pybind11_object

Once a connection with the stimulator has been made over the USB and a stimulator object is created, that object needs to be notified of any events that take place. This is handled through a callback function.

Members:

callback_all : Monitor all events.

callback_device_attachment : Monitor device attachment.

callback_count : Number of Callback Types, Always the last value.

Methods

Attributes

callback_all

callback_count

callback_device_attachment

name

value

property name