| |
| |
| |
| # EventPairPair class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <p>Typed wrapper around a linked pair of eventpair objects and the |
| zx_eventpair_create() syscall used to create them.</p> |
| |
| |
| |
| |
| ## Constructors |
| |
| [EventPairPair](../zircon/EventPairPair/EventPairPair.md) () |
| |
| _factory_ |
| |
| |
| ## Properties |
| |
| ##### [first](../zircon/EventPairPair/first.md) → [EventPair](../zircon/EventPair-class.md) |
| |
| |
| |
| |
| _<span class="feature final">final</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [hashCode](../zircon/EventPairPair/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [runtimeType](../zircon/EventPairPair/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [second](../zircon/EventPairPair/second.md) → [EventPair](../zircon/EventPair-class.md) |
| |
| |
| |
| |
| _<span class="feature final">final</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [status](../zircon/EventPairPair/status.md) → int |
| |
| |
| |
| |
| _<span class="feature final">final</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../zircon/EventPairPair/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [toString](../zircon/EventPairPair/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../zircon/EventPairPair/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |