1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-05 22:18:16 +08:00
bacpypes/doc/source/modules/bsll.rst

73 lines
1.2 KiB
ReStructuredText

.. BACpypes bsll module
.. module:: bsll
BACnet Streaming Link Layer
===========================
BACnet streaming link layer...
PDU Base Types
--------------
.. class:: BSLCI(PCI)
.. attribute:: bslciType
.. attribute:: bslciFunction
.. attribute:: bslciLength
This is a long line of text.
.. class:: BSLPDU(BVSCI, PDUData)
This is a long line of text.
Service Requests
----------------
.. class:: Result(BVLCI)
.. attribute:: bslciResultCode
This is a long line of text.
.. class:: ServiceRequest(BSLCI)
.. class:: AccessRequest(BSLCI)
.. class:: AccessChallenge(BSLCI)
.. class:: AccessResponse(BSLCI)
Device-To-Device Stream
-----------------------
.. class:: DeviceToDeviceAPDU(BSLPDU)
Router-To-Router Stream
-----------------------
.. class:: RouterToRouterNPDU(BSLPDU)
Proxy-To-Server Stream
----------------------
.. class:: ProxyToServerUnicastNPDU(BSLPDU)
.. class:: ProxyToServerBroadcastNPDU(BSLPDU)
.. class:: ServerToProxyUnicastNPDU(BSLPDU)
.. class:: ServerToProxyBroadcastNPDU(BSLPDU)
LAN Emulation Stream
--------------------
.. class:: ClientToLESUnicastNPDU(BSLPDU
.. class:: ClientToLESBroadcastNPDU(BSLPDU)
.. class:: LESToClientUnicastNPDU(BSLPDU)
.. class:: LESToClientBroadcastNPDU(BSLPDU)