You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//| """The number of times the controller enterted the Error Warning state (read-only). This number wraps around to 0 after an implementation-defined number of errors."""
175
+
//| """The number of times the controller enterted the Error Warning
176
+
//| state (read-only). This number wraps around to 0 after an
177
+
//| implementation-defined number of errors.
178
+
//|
179
+
//| Not all implementations support this property. If the property
180
+
//| is unsupported, AttributeError will be raised."""
//| """The number of times the controller enterted the Error Passive state (read-only). This number wraps around to 0 after an implementation-defined number of errors."""
197
+
//| """The number of times the controller enterted the Error Passive
198
+
//| state (read-only). This number wraps around to 0 after an
199
+
//| implementation-defined number of errors.
200
+
//|
201
+
//| Not all implementations support this property. If the property
202
+
//| is unsupported, AttributeError will be raised."""
//| """The number of times the controller enterted the Bus Off state (read-only). This number wraps around to 0 after an implementation-defined number of errors."""
219
+
//| """The number of times the controller enterted the Bus Off state
220
+
//| (read-only). This number wraps around to 0 after an
221
+
//| implementation-defined number of errors.
222
+
//|
223
+
//| Not all implementations support this property. If the property
224
+
//| is unsupported, AttributeError will be raised."""
0 commit comments