Class a.s.FMPtxEndpoint(object):

Part of aculab.switching View Source View In Hierarchy

An endpoint to a FMPtx (RTP T.38 transmitter).

Endpoints are used to close a Connection. They do all their work in close or upon destruction (which calls close).
Method __init__ Initialize a datafeed endpoint to a FMPtx.
Method close Disconnect the endpoint.
Method __del__ Close the endpoint if it is still open
Method __repr__ Print a representation of the endpoint.
def __init__(self, vmptx, tdmrx=None): (source)
Initialize a datafeed endpoint to a FMPtx.
Parametersfmptxa FMPtx.
tdmrxan optional TDMrx.
def close(self): (source)
Disconnect the endpoint.
def __del__(self): (source)
Close the endpoint if it is still open
def __repr__(self): (source)
Print a representation of the endpoint.
API Documentation for pyAculab, generated by pydoctor at 2009-01-02 15:12:29.