|
2 | 2 | <html lang="en" data-accent-color="lime" data-content_root="../../../../"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"><title>icspacket.proto.cotp.connection - icspacket 0.2.3 documentation</title><link rel="index" title="Index" href="../../../../genindex.html" /><link rel="search" title="Search" href="../../../../search.html" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"><title>icspacket.proto.cotp.connection - icspacket 0.1.dev1+g53b33844c documentation</title><link rel="index" title="Index" href="../../../../genindex.html" /><link rel="search" title="Search" href="../../../../search.html" /> |
6 | 6 | <link rel="canonical" href="https://matrixeditor.github.io/icspacket/_modules/icspacket/proto/cotp/connection.html" /><script> |
7 | 7 | function setColorMode(t){let e=document.documentElement;e.setAttribute("data-color-mode",t);let a=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches,s=t;"auto"===t&&(s=a?"dark":"light"),"light"===s?(e.classList.remove("dark"),e.classList.add("light")):(e.classList.remove("light"),e.classList.add("dark"))} |
8 | 8 | setColorMode(localStorage._theme||"dark"); |
9 | | - </script><link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=397bb51e" /> |
10 | | - <link rel="stylesheet" type="text/css" href="../../../../_static/shibuya.css?v=d48c410d" /> |
| 9 | + </script><link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=b1a1f93b" /> |
| 10 | + <link rel="stylesheet" type="text/css" href="../../../../_static/shibuya.css?v=bb284d7b" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../_static/copybutton.css?v=76b2166b" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="../../../../_static/sphinx-design.min.css?v=95c83b7e" /> |
13 | 13 | <link media="print" rel="stylesheet" type="text/css" href="../../../../_static/print.css?v=20ff2c19" /> |
|
66 | 66 | </button><button class="md:hidden flex items-center js-menu" aria-label="Menu" type="button" aria-controls="head-nav" aria-expanded="false"> |
67 | 67 | <div class="hamburger"> |
68 | 68 | <span class="hamburger_1"></span> |
69 | | - <span class="hamburger_2 -translate-x-2"></span> |
70 | | - <span class="hamburger_3 -translate-x-1"></span> |
| 69 | + <span class="hamburger_2"></span> |
| 70 | + <span class="hamburger_3"></span> |
71 | 71 | </div> |
72 | 72 | </button> |
73 | 73 | </div> |
|
120 | 120 | <p class="caption" role="heading" aria-level="3"><span class="caption-text">IEC 61850</span></p> |
121 | 121 | <ul> |
122 | 122 | <li class="toctree-l1 _expand"><a class="reference internal" href="../../../../protocols/iec61850/iedmap.html">Enumerating IEDs</a></li> |
| 123 | +<li class="toctree-l1 _expand"><a class="reference internal" href="../../../../protocols/iec61850/iedctrl.html">Operating on IEDs</a></li> |
123 | 124 | <li class="toctree-l1 _expand"><a class="reference internal" href="../../../../protocols/iec61850/api.html">API Reference</a><ul> |
124 | 125 | <li class="toctree-l2"><a class="reference internal" href="../../../../protocols/iec61850/api_data_classes.html">Data Classes</a></li> |
125 | 126 | <li class="toctree-l2"><a class="reference internal" href="../../../../protocols/iec61850/api_path.html">Object / Data References</a></li> |
| 127 | +<li class="toctree-l2"><a class="reference internal" href="../../../../protocols/iec61850/api_control.html">Control / Operation</a></li> |
126 | 128 | <li class="toctree-l2"><a class="reference internal" href="../../../../protocols/iec61850/api_client.html">IED Client</a></li> |
127 | 129 | <li class="toctree-l2"><a class="reference internal" href="../../../../protocols/iec61850/api_goose.html">GOOSE Client</a></li> |
128 | 130 | <li class="toctree-l2"><a class="reference internal" href="../../../../protocols/iec61850/api_sv.html">SampledValues Client</a></li> |
@@ -652,7 +654,7 @@ <h1>Source code for icspacket.proto.cotp.connection</h1><div class="highlight">< |
652 | 654 | </div> |
653 | 655 | </div> |
654 | 656 | </footer> |
655 | | - <script src="../../../../_static/documentation_options.js?v=b6b0a955"></script> |
| 657 | + <script src="../../../../_static/documentation_options.js?v=ed1c4872"></script> |
656 | 658 | <script src="../../../../_static/doctools.js?v=9bcbadda"></script> |
657 | 659 | <script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script> |
658 | 660 | <script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script> |
|
0 commit comments