Network Layer Service¶
BACnet network layer...
Connection State¶
Every thing is connected and every connection has a state.
- ROUTER_AVAILABLE - normal
- ROUTER_BUSY - router is busy
- ROUTER_DISCONNECTED - could make a connection, but hasn’t
- ROUTER_UNREACHABLE - cannot route
This is a long line of text.
Reference Structures¶
This is a long line of text.
Network Service¶
This is a long line of text.
-
class
netservice.NetworkServiceElement(ApplicationServiceElement)¶ This is a long line of text.
-
indication(adapter, npdu)¶ Parameters: - adapter –
- npdu –
This is a long line of text.
-
confirmation(adapter, npdu)¶ Parameters: - adapter –
- npdu –
This is a long line of text.
-
WhoIsRouterToNetwork(adapter, npdu)¶ This is a long line of text.
-
IAmRouterToNetwork(adapter, npdu)¶ This is a long line of text.
-
ICouldBeRouterToNetwork(adapter, npdu)¶ This is a long line of text.
-
RejectMessageToNetwork(adapter, npdu)¶ This is a long line of text.
-
RouterBusyToNetwork(adapter, npdu)¶ This is a long line of text.
-
RouterAvailableToNetwork(adapter, npdu)¶ This is a long line of text.
-
InitializeRoutingTable(adapter, npdu)¶ This is a long line of text.
-
InitializeRoutingTableAck(adapter, npdu)¶ This is a long line of text.
-
EstablishConnectionToNetwork(adapter, npdu)¶ This is a long line of text.
-
DisconnectConnectionToNetwork(adapter, npdu)¶ This is a long line of text.
-