| |
| |
| |
| # ReadEtcResult class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [ReadEtcResult](../zircon/ReadEtcResult/ReadEtcResult.md) (int status, [ByteData _bytes, int _numBytes, List<[HandleInfo](../zircon/HandleInfo-class.md)> _handleInfos]) |
| |
| _const_ |
| |
| |
| ## Properties |
| |
| ##### [bytes](../zircon/ReadEtcResult/bytes.md) → ByteData |
| |
| |
| |
| |
| _<span class="feature">read-only</span>_ |
| |
| |
| |
| ##### [handleInfos](../zircon/ReadEtcResult/handleInfos.md) → List<[HandleInfo](../zircon/HandleInfo-class.md)> |
| |
| |
| |
| |
| _<span class="feature">read-only</span>_ |
| |
| |
| |
| ##### [hashCode](../zircon/ReadEtcResult/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [numBytes](../zircon/ReadEtcResult/numBytes.md) → int |
| |
| |
| |
| |
| _<span class="feature">read-only</span>_ |
| |
| |
| |
| ##### [runtimeType](../zircon/ReadEtcResult/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [status](../zircon/ReadEtcResult/status.md) → int |
| |
| |
| |
| |
| _<span class="feature">final</span><span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [bytesAsUint8List](../zircon/ReadEtcResult/bytesAsUint8List.md)() Uint8List |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [bytesAsUTF8String](../zircon/ReadEtcResult/bytesAsUTF8String.md)() String |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [noSuchMethod](../zircon/ReadEtcResult/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [toString](../zircon/ReadEtcResult/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature">override</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../zircon/ReadEtcResult/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |