|
10 | 10 | <meta name="viewport" content="width=device-width">
|
11 | 11 | <meta name="title" content="Enum EventKind
|
12 | 12 | | RobotDotNet ">
|
13 |
| - <meta name="generator" content="docfx 2.16.2.2"> |
| 13 | + <meta name="generator" content="docfx 2.18.3.0"> |
14 | 14 |
|
15 | 15 | <link rel="shortcut icon" href="../favicon.ico">
|
16 | 16 | <link rel="stylesheet" href="../styles/docfx.vendor.css">
|
|
67 | 67 | </div>
|
68 | 68 | <div class="article row grid-right">
|
69 | 69 | <div class="col-md-10">
|
70 |
| - <article class="content wrap" id="_content"> |
71 |
| - |
72 |
| - |
73 |
| - <h1 id="CSCore_EventKind" data-uid="CSCore.EventKind">Enum EventKind |
74 |
| - </h1> |
75 |
| - <div class="markdown level0 summary"><p>The kind of event that occured</p> |
| 70 | + <article class="content wrap" id="_content" data-uid="CSCore.EventKind"> |
| 71 | + |
| 72 | + |
| 73 | + <h1 id="CSCore_EventKind" data-uid="CSCore.EventKind">Enum EventKind |
| 74 | + </h1> |
| 75 | + <div class="markdown level0 summary"><p>The kind of event that occured</p> |
76 | 76 | </div>
|
77 |
| - <div class="markdown level0 conceptual"></div> |
78 |
| - <h6><strong>Namespace</strong>:CSCore</h6> |
79 |
| - <h6><strong>Assembly</strong>:FRC.CameraServer.dll</h6> |
80 |
| - <h5 id="CSCore_EventKind_syntax">Syntax</h5> |
81 |
| - <div class="codewrapper"> |
82 |
| - <pre><code class="lang-csharp hljs">[Flags] |
| 77 | + <div class="markdown level0 conceptual"></div> |
| 78 | + <h6><strong>Namespace</strong>: <a class="xref" href="CSCore.html">CSCore</a></h6> |
| 79 | + <h6><strong>Assembly</strong>: FRC.CameraServer.dll</h6> |
| 80 | + <h5 id="CSCore_EventKind_syntax">Syntax</h5> |
| 81 | + <div class="codewrapper"> |
| 82 | + <pre><code class="lang-csharp hljs">[Flags] |
83 | 83 | public enum EventKind</code></pre>
|
84 |
| - </div> |
85 |
| - <h3 id="fields">Fields |
86 |
| - </h3> |
87 |
| - <table class="table table-bordered table-striped table-condensed"> |
88 |
| - <thead> |
89 |
| - <tr> |
90 |
| - <th>Name</th> |
91 |
| - <th>Description</th> |
92 |
| - </tr> |
93 |
| - <thead> |
94 |
| - <tbody> |
95 |
| - <tr> |
96 |
| - <td id="CSCore_EventKind_NetworkInterfacesChanged">NetworkInterfacesChanged</td> |
97 |
| - <td><p>The system network interfaces were changed</p> |
| 84 | + </div> |
| 85 | + <h3 id="fields">Fields |
| 86 | + </h3> |
| 87 | + <table class="table table-bordered table-striped table-condensed"> |
| 88 | + <thead> |
| 89 | + <tr> |
| 90 | + <th>Name</th> |
| 91 | + <th>Description</th> |
| 92 | + </tr> |
| 93 | + <thead> |
| 94 | + <tbody> |
| 95 | + <tr> |
| 96 | + <td id="CSCore_EventKind_NetworkInterfacesChanged">NetworkInterfacesChanged</td> |
| 97 | + <td><p>The system network interfaces were changed</p> |
98 | 98 | </td>
|
99 |
| - </tr> |
100 |
| - <tr> |
101 |
| - <td id="CSCore_EventKind_SinkCreated">SinkCreated</td> |
102 |
| - <td><p>A sink was created</p> |
| 99 | + </tr> |
| 100 | + <tr> |
| 101 | + <td id="CSCore_EventKind_SinkCreated">SinkCreated</td> |
| 102 | + <td><p>A sink was created</p> |
103 | 103 | </td>
|
104 |
| - </tr> |
105 |
| - <tr> |
106 |
| - <td id="CSCore_EventKind_SinkDestroyed">SinkDestroyed</td> |
107 |
| - <td><p>A sink was destroyed</p> |
| 104 | + </tr> |
| 105 | + <tr> |
| 106 | + <td id="CSCore_EventKind_SinkDestroyed">SinkDestroyed</td> |
| 107 | + <td><p>A sink was destroyed</p> |
108 | 108 | </td>
|
109 |
| - </tr> |
110 |
| - <tr> |
111 |
| - <td id="CSCore_EventKind_SinkDisabled">SinkDisabled</td> |
112 |
| - <td><p>A sink was disabled</p> |
| 109 | + </tr> |
| 110 | + <tr> |
| 111 | + <td id="CSCore_EventKind_SinkDisabled">SinkDisabled</td> |
| 112 | + <td><p>A sink was disabled</p> |
113 | 113 | </td>
|
114 |
| - </tr> |
115 |
| - <tr> |
116 |
| - <td id="CSCore_EventKind_SinkEnabled">SinkEnabled</td> |
117 |
| - <td><p>A sink was enabled</p> |
| 114 | + </tr> |
| 115 | + <tr> |
| 116 | + <td id="CSCore_EventKind_SinkEnabled">SinkEnabled</td> |
| 117 | + <td><p>A sink was enabled</p> |
118 | 118 | </td>
|
119 |
| - </tr> |
120 |
| - <tr> |
121 |
| - <td id="CSCore_EventKind_SinkSourceChanged">SinkSourceChanged</td> |
122 |
| - <td><p>A sinks source was changed</p> |
| 119 | + </tr> |
| 120 | + <tr> |
| 121 | + <td id="CSCore_EventKind_SinkSourceChanged">SinkSourceChanged</td> |
| 122 | + <td><p>A sinks source was changed</p> |
123 | 123 | </td>
|
124 |
| - </tr> |
125 |
| - <tr> |
126 |
| - <td id="CSCore_EventKind_SourceConnected">SourceConnected</td> |
127 |
| - <td><p>A source was connected</p> |
| 124 | + </tr> |
| 125 | + <tr> |
| 126 | + <td id="CSCore_EventKind_SourceConnected">SourceConnected</td> |
| 127 | + <td><p>A source was connected</p> |
128 | 128 | </td>
|
129 |
| - </tr> |
130 |
| - <tr> |
131 |
| - <td id="CSCore_EventKind_SourceCreated">SourceCreated</td> |
132 |
| - <td><p>A source was created</p> |
| 129 | + </tr> |
| 130 | + <tr> |
| 131 | + <td id="CSCore_EventKind_SourceCreated">SourceCreated</td> |
| 132 | + <td><p>A source was created</p> |
133 | 133 | </td>
|
134 |
| - </tr> |
135 |
| - <tr> |
136 |
| - <td id="CSCore_EventKind_SourceDestroyed">SourceDestroyed</td> |
137 |
| - <td><p>A source was destroyed</p> |
| 134 | + </tr> |
| 135 | + <tr> |
| 136 | + <td id="CSCore_EventKind_SourceDestroyed">SourceDestroyed</td> |
| 137 | + <td><p>A source was destroyed</p> |
138 | 138 | </td>
|
139 |
| - </tr> |
140 |
| - <tr> |
141 |
| - <td id="CSCore_EventKind_SourceDisconnected">SourceDisconnected</td> |
142 |
| - <td><p>A source was disconnected</p> |
| 139 | + </tr> |
| 140 | + <tr> |
| 141 | + <td id="CSCore_EventKind_SourceDisconnected">SourceDisconnected</td> |
| 142 | + <td><p>A source was disconnected</p> |
143 | 143 | </td>
|
144 |
| - </tr> |
145 |
| - <tr> |
146 |
| - <td id="CSCore_EventKind_SourcePropertyChoicesUpdated">SourcePropertyChoicesUpdated</td> |
147 |
| - <td><p>The choices for a source property were updated</p> |
| 144 | + </tr> |
| 145 | + <tr> |
| 146 | + <td id="CSCore_EventKind_SourcePropertyChoicesUpdated">SourcePropertyChoicesUpdated</td> |
| 147 | + <td><p>The choices for a source property were updated</p> |
148 | 148 | </td>
|
149 |
| - </tr> |
150 |
| - <tr> |
151 |
| - <td id="CSCore_EventKind_SourcePropertyCreated">SourcePropertyCreated</td> |
152 |
| - <td><p>A new source property was created</p> |
| 149 | + </tr> |
| 150 | + <tr> |
| 151 | + <td id="CSCore_EventKind_SourcePropertyCreated">SourcePropertyCreated</td> |
| 152 | + <td><p>A new source property was created</p> |
153 | 153 | </td>
|
154 |
| - </tr> |
155 |
| - <tr> |
156 |
| - <td id="CSCore_EventKind_SourcePropertyValueUpdated">SourcePropertyValueUpdated</td> |
157 |
| - <td><p>A source property was updated</p> |
| 154 | + </tr> |
| 155 | + <tr> |
| 156 | + <td id="CSCore_EventKind_SourcePropertyValueUpdated">SourcePropertyValueUpdated</td> |
| 157 | + <td><p>A source property was updated</p> |
158 | 158 | </td>
|
159 |
| - </tr> |
160 |
| - <tr> |
161 |
| - <td id="CSCore_EventKind_SourceVideoModeChanged">SourceVideoModeChanged</td> |
162 |
| - <td><p>The video mode of a source was changed</p> |
| 159 | + </tr> |
| 160 | + <tr> |
| 161 | + <td id="CSCore_EventKind_SourceVideoModeChanged">SourceVideoModeChanged</td> |
| 162 | + <td><p>The video mode of a source was changed</p> |
163 | 163 | </td>
|
164 |
| - </tr> |
165 |
| - <tr> |
166 |
| - <td id="CSCore_EventKind_SourceVideoModesUpdated">SourceVideoModesUpdated</td> |
167 |
| - <td><p>The video modes of a source were updated</p> |
| 164 | + </tr> |
| 165 | + <tr> |
| 166 | + <td id="CSCore_EventKind_SourceVideoModesUpdated">SourceVideoModesUpdated</td> |
| 167 | + <td><p>The video modes of a source were updated</p> |
168 | 168 | </td>
|
169 |
| - </tr> |
170 |
| - </tbody> |
171 |
| - </thead></thead></table> |
172 |
| - </article> |
| 169 | + </tr> |
| 170 | + </tbody> |
| 171 | + </thead></thead></table> |
| 172 | +</article> |
173 | 173 | </div>
|
174 | 174 |
|
175 | 175 | <div class="hidden-sm col-md-2" role="complementary">
|
176 | 176 | <div class="sideaffix">
|
177 | 177 | <div class="contribution">
|
178 | 178 | <ul class="nav">
|
179 | 179 | <li>
|
180 |
| - <a href="https://github.com/robotdotnet/cameraserver/new/master/apiSpec/new?filename=CSCore_EventKind.md&value=---%0Auid%3A%20CSCore.EventKind%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a> |
| 180 | + <a href="https://github.com/robotdotnet/CameraServer/new/master/apiSpec/new?filename=CSCore_EventKind.md&value=---%0Auid%3A%20CSCore.EventKind%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a> |
181 | 181 | </li>
|
182 | 182 | <li>
|
183 |
| - <a href="https://github.com/robotdotnet/cameraserver/blob/master/src/FRC.CameraServer/Enumerations.cs/#L204" class="contribution-link">View Source</a> |
| 183 | + <a href="https://github.com/robotdotnet/CameraServer/blob/master/src/FRC.CameraServer/Enumerations.cs/#L204" class="contribution-link">View Source</a> |
184 | 184 | </li>
|
185 | 185 | </ul>
|
186 | 186 | </div>
|
|
0 commit comments