Skip to content

IProtocol

Gregory Hanson edited this page May 25, 2018 · 4 revisions

Summary

A collection of Connection Types with a Name. Ex: BACnet MSTP or Hardwired. Implemented by TECProtocol and TECHardwiredProtocol.

Properties

Name (String)

Connection Types (List<TECConnectionType>)

Development Notes

v1.8 If an IProtocol is TECProtocol, it is a "Network Protocol" like BACnet. If it is TECHardwiredProtocol, it is a "Pseudo-Protocol" with the connection types to connect directly to a hardwired device. TECHardwiredProtocol will always have the name "Hardwired"

Clone this wiki locally