Part of aculab.switching View Source View In Hierarchy
An endpoint to a DSP.
Endpoints are used to close aConnection. They
do all their work in close or upon destruction (which calls
close).
| Method | __init__ | Initialize an endpoint to a SpeechChannel.
|
| Method | close | Disconnect the endpoint. |
| Method | __del__ | Close the endpoint if it is still open |
| Method | __repr__ | Print a representation of the endpoint. |
SpeechChannel.
| Parameters | channel | a SpeechChannel.
|
| direction | Either 'rx' or 'tx'. Only used for
logging.
|