simpledali.socketdali

Module Contents

Classes

SocketDataLink

A DataLink over a normal socket.

API

Bases: simpledali.abstractdali.DataLink

A DataLink over a normal socket.

This uses a port number often specified in ringservers’s conf as a DataLinkPort, but can also be specified as a ListenPort as long as it includes all or DataLink as the type.

Initialization

init DataLink. Packet_size and dlproto can be set, or can be acquired from the server via the capabilities response within id()

async createDaliConnection()
async send(header, data)
async parseResponse()
isClosed()
async close()
_force_close()