CINXE.COM

dart:ffi library - Dart API

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no"> <meta name="description" content="dart:ffi library API docs, for the Dart programming language."> <title>dart:ffi library - Dart API</title> <link rel="canonical" href="https://api.dart.dev/dart-ffi"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" rel="stylesheet"> <link rel="stylesheet" href="../static-assets/github.css?v1"> <link rel="stylesheet" href="../static-assets/styles.css?v1"> <link rel="icon" href="../static-assets/favicon.png?v1"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VVQ8908SJ5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VVQ8908SJ5'); </script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preload" href="https://fonts.googleapis.com/css2?family=Google+Sans+Text:wght@400&family=Google+Sans:wght@500&display=swap" as="style"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Google+Sans+Text:wght@400&family=Google+Sans:wght@500&display=swap"> <link rel="stylesheet" href="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.css"> </head> <body data-base-href="../" data-using-base-href="false" class="light-theme"> <div id="overlay-under-drawer"></div> <header id="title"> <span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span> <ol class="breadcrumbs gt-separated dark hidden-xs"> <li><a href="../index.html">Dart</a></li> <li class="self-crumb">dart:ffi</li> </ol> <div class="self-name">dart:ffi</div> <form class="search navbar-right" role="search"> <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> <div class="toggle" id="theme-button" title="Toggle brightness"> <label for="theme"> <input type="checkbox" id="theme" value="light-theme"> <span id="dark-theme-button" class="material-symbols-outlined"> dark_mode </span> <span id="light-theme-button" class="material-symbols-outlined"> light_mode </span> </label> </div> </header> <main> <div id="dartdoc-main-content" class="main-content" data-above-sidebar="" data-below-sidebar="dart-ffi&#47;dart-ffi-library-sidebar.html"> <div> <div id="external-links" class="btn-group"><a title="View source code" class="source-link" href="https://github.com/dart-lang/sdk/blob/9594995093f642957b780603c6435d9e7a61b923/sdk/lib/ffi/ffi.dart#L11"><span class="material-symbols-outlined">description</span></a></div> <h1> <span class="kind-library">dart:ffi</span> library </h1> </div> <section class="desc markdown"> <p>Foreign Function Interface for interoperability with the C programming language.</p> <p>For further details, please see: <a href="https://dart.dev/server/c-interop">https://dart.dev/server/c-interop</a>.</p> </section> <section class="summary offset-anchor" id="classes"> <h2>Classes</h2> <dl> <dt id="Abi"> <span class="name "><a href="../dart-ffi/Abi-class.html">Abi</a></span> </dt> <dd> An application binary interface (ABI). </dd> <dt id="AbiSpecificInteger"> <span class="name "><a href="../dart-ffi/AbiSpecificInteger-class.html">AbiSpecificInteger</a></span> </dt> <dd> The supertype of all <a href="../dart-ffi/Abi-class.html">Abi</a>-specific integer types. </dd> <dt id="AbiSpecificIntegerMapping"> <span class="name "><a href="../dart-ffi/AbiSpecificIntegerMapping-class.html">AbiSpecificIntegerMapping</a></span> </dt> <dd> Mapping for a subtype of <a href="../dart-ffi/AbiSpecificInteger-class.html">AbiSpecificInteger</a>. </dd> <dt id="Allocator"> <span class="name "><a href="../dart-ffi/Allocator-class.html">Allocator</a></span> </dt> <dd> Manages memory on the native heap. </dd> <dt id="Array"> <span class="name "><a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter">T extends <a href="../dart-ffi/NativeType-class.html">NativeType</a></span>&gt;</span></span> </dt> <dd> A fixed-sized array of <code>T</code>s. </dd> <dt id="Bool"> <span class="name "><a href="../dart-ffi/Bool-class.html">Bool</a></span> </dt> <dd> Represents a native bool in C. </dd> <dt id="Char"> <span class="name "><a href="../dart-ffi/Char-class.html">Char</a></span> </dt> <dd> The C <code>char</code> type. </dd> <dt id="Dart_CObject"> <span class="name "><a href="../dart-ffi/Dart_CObject-class.html">Dart_CObject</a></span> </dt> <dd> Opaque, not exposing it's members. </dd> <dt id="DartRepresentationOf"> <span class="name "><a href="../dart-ffi/DartRepresentationOf-class.html">DartRepresentationOf</a></span> </dt> <dd> </dd> <dt id="DefaultAsset"> <span class="name "><a href="../dart-ffi/DefaultAsset-class.html">DefaultAsset</a></span> </dt> <dd> Annotation specifying the default asset ID for the current library. </dd> <dt id="Double"> <span class="name "><a href="../dart-ffi/Double-class.html">Double</a></span> </dt> <dd> Represents a native 64 bit double in C. </dd> <dt id="DynamicLibrary"> <span class="name "><a href="../dart-ffi/DynamicLibrary-class.html">DynamicLibrary</a></span> </dt> <dd> A dynamically loaded native library. </dd> <dt id="Finalizable"> <span class="name "><a href="../dart-ffi/Finalizable-class.html">Finalizable</a></span> </dt> <dd> Marker interface for objects which should not be finalized too soon. </dd> <dt id="Float"> <span class="name "><a href="../dart-ffi/Float-class.html">Float</a></span> </dt> <dd> Represents a native 32 bit float in C. </dd> <dt id="Handle"> <span class="name "><a href="../dart-ffi/Handle-class.html">Handle</a></span> </dt> <dd> Represents <code>Dart_Handle</code> from <code>dart_api.h</code> in C. </dd> <dt id="Int"> <span class="name "><a href="../dart-ffi/Int-class.html">Int</a></span> </dt> <dd> The C <code>int</code> type. </dd> <dt id="Int16"> <span class="name "><a href="../dart-ffi/Int16-class.html">Int16</a></span> </dt> <dd> Represents a native signed 16 bit integer in C. </dd> <dt id="Int32"> <span class="name "><a href="../dart-ffi/Int32-class.html">Int32</a></span> </dt> <dd> Represents a native signed 32 bit integer in C. </dd> <dt id="Int64"> <span class="name "><a href="../dart-ffi/Int64-class.html">Int64</a></span> </dt> <dd> Represents a native signed 64 bit integer in C. </dd> <dt id="Int8"> <span class="name "><a href="../dart-ffi/Int8-class.html">Int8</a></span> </dt> <dd> Represents a native signed 8 bit integer in C. </dd> <dt id="IntPtr"> <span class="name "><a href="../dart-ffi/IntPtr-class.html">IntPtr</a></span> </dt> <dd> The C <code>intptr_t</code> type. </dd> <dt id="Long"> <span class="name "><a href="../dart-ffi/Long-class.html">Long</a></span> </dt> <dd> The C <code>long int</code>, aka. <code>long</code>, type. </dd> <dt id="LongLong"> <span class="name "><a href="../dart-ffi/LongLong-class.html">LongLong</a></span> </dt> <dd> The C <code>long long</code> type. </dd> <dt id="Native"> <span class="name "><a href="../dart-ffi/Native-class.html">Native</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span></span> </dt> <dd> Annotation binding an external declaration to its native implementation. </dd> <dt id="NativeApi"> <span class="name "><a href="../dart-ffi/NativeApi-class.html">NativeApi</a></span> </dt> <dd> Utilities for accessing the Dart VM API from Dart code or from C code via <code>dart_api_dl.h</code>. </dd> <dt id="NativeCallable"> <span class="name "><a href="../dart-ffi/NativeCallable-class.html">NativeCallable</a><span class="signature">&lt;<wbr><span class="type-parameter">T extends <a href="../dart-core/Function-class.html">Function</a></span>&gt;</span></span> </dt> <dd> A native callable which listens for calls to a native function. </dd> <dt id="NativeFinalizer"> <span class="name "><a href="../dart-ffi/NativeFinalizer-class.html">NativeFinalizer</a></span> </dt> <dd> A native finalizer which can be attached to Dart objects. </dd> <dt id="NativeFunction"> <span class="name "><a href="../dart-ffi/NativeFunction-class.html">NativeFunction</a><span class="signature">&lt;<wbr><span class="type-parameter">T extends <a href="../dart-core/Function-class.html">Function</a></span>&gt;</span></span> </dt> <dd> Represents a function type in C. </dd> <dt id="NativeType"> <span class="name "><a href="../dart-ffi/NativeType-class.html">NativeType</a></span> </dt> <dd> <a href="../dart-ffi/NativeType-class.html">NativeType</a>'s subtypes represent a native type in C. </dd> <dt id="Opaque"> <span class="name "><a href="../dart-ffi/Opaque-class.html">Opaque</a></span> </dt> <dd> <a href="../dart-ffi/Opaque-class.html">Opaque</a>'s subtypes represent opaque types in C. </dd> <dt id="Packed"> <span class="name "><a href="../dart-ffi/Packed-class.html">Packed</a></span> </dt> <dd> Annotation to specify on <code>Struct</code> subtypes to indicate that its members need to be packed. </dd> <dt id="Pointer"> <span class="name "><a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter">T extends <a href="../dart-ffi/NativeType-class.html">NativeType</a></span>&gt;</span></span> </dt> <dd> Represents a pointer into the native C memory. Cannot be extended. </dd> <dt id="Short"> <span class="name "><a href="../dart-ffi/Short-class.html">Short</a></span> </dt> <dd> The C <code>short</code> type. </dd> <dt id="SignedChar"> <span class="name "><a href="../dart-ffi/SignedChar-class.html">SignedChar</a></span> </dt> <dd> The C <code>signed char</code> type. </dd> <dt id="Size"> <span class="name "><a href="../dart-ffi/Size-class.html">Size</a></span> </dt> <dd> The C <code>size_t</code> type. </dd> <dt id="SizedNativeType"> <span class="name "><a href="../dart-ffi/SizedNativeType-class.html">SizedNativeType</a></span> </dt> <dd> A <a href="../dart-ffi/NativeType-class.html">NativeType</a> with a known size. </dd> <dt id="Struct"> <span class="name "><a href="../dart-ffi/Struct-class.html">Struct</a></span> </dt> <dd> The supertype of all FFI struct types. </dd> <dt id="Uint16"> <span class="name "><a href="../dart-ffi/Uint16-class.html">Uint16</a></span> </dt> <dd> Represents a native unsigned 16 bit integer in C. </dd> <dt id="Uint32"> <span class="name "><a href="../dart-ffi/Uint32-class.html">Uint32</a></span> </dt> <dd> Represents a native unsigned 32 bit integer in C. </dd> <dt id="Uint64"> <span class="name "><a href="../dart-ffi/Uint64-class.html">Uint64</a></span> </dt> <dd> Represents a native unsigned 64 bit integer in C. </dd> <dt id="Uint8"> <span class="name "><a href="../dart-ffi/Uint8-class.html">Uint8</a></span> </dt> <dd> Represents a native unsigned 8 bit integer in C. </dd> <dt id="UintPtr"> <span class="name "><a href="../dart-ffi/UintPtr-class.html">UintPtr</a></span> </dt> <dd> The C <code>uintptr_t</code> type. </dd> <dt id="Union"> <span class="name "><a href="../dart-ffi/Union-class.html">Union</a></span> </dt> <dd> The supertype of all FFI union types. </dd> <dt id="UnsignedChar"> <span class="name "><a href="../dart-ffi/UnsignedChar-class.html">UnsignedChar</a></span> </dt> <dd> The C <code>unsigned char</code> type. </dd> <dt id="UnsignedInt"> <span class="name "><a href="../dart-ffi/UnsignedInt-class.html">UnsignedInt</a></span> </dt> <dd> The C <code>unsigned int</code> type. </dd> <dt id="UnsignedLong"> <span class="name "><a href="../dart-ffi/UnsignedLong-class.html">UnsignedLong</a></span> </dt> <dd> The C <code>unsigned long int</code>, aka. <code>unsigned long</code>, type. </dd> <dt id="UnsignedLongLong"> <span class="name "><a href="../dart-ffi/UnsignedLongLong-class.html">UnsignedLongLong</a></span> </dt> <dd> The C <code>unsigned long long</code> type. </dd> <dt id="UnsignedShort"> <span class="name "><a href="../dart-ffi/UnsignedShort-class.html">UnsignedShort</a></span> </dt> <dd> The C <code>unsigned short</code> type. </dd> <dt id="VarArgs"> <span class="name "><a href="../dart-ffi/VarArgs-class.html">VarArgs</a><span class="signature">&lt;<wbr><span class="type-parameter">T extends <a href="../dart-core/Record-class.html">Record</a></span>&gt;</span></span> </dt> <dd> The types of variadic arguments passed in C. </dd> <dt id="Void"> <span class="name "><a href="../dart-ffi/Void-class.html">Void</a></span> </dt> <dd> Represents a void type in C. </dd> <dt id="WChar"> <span class="name "><a href="../dart-ffi/WChar-class.html">WChar</a></span> </dt> <dd> The C <code>wchar_t</code> type. </dd> </dl> </section> <section class="summary offset-anchor" id="extensions"> <h2>Extensions</h2> <dl> <dt id="AbiSpecificIntegerArray"> <span class="name "><a href="../dart-ffi/AbiSpecificIntegerArray.html">AbiSpecificIntegerArray</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/AbiSpecificInteger-class.html">AbiSpecificInteger</a>. </dd> <dt id="AbiSpecificIntegerPointer"> <span class="name "><a href="../dart-ffi/AbiSpecificIntegerPointer.html">AbiSpecificIntegerPointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/AbiSpecificInteger-class.html">AbiSpecificInteger</a>. </dd> <dt id="AllocatorAlloc"> <span class="name "><a href="../dart-ffi/AllocatorAlloc.html">AllocatorAlloc</a></span> on <a href="../dart-ffi/Allocator-class.html">Allocator</a> </dt> <dd> Extension on <a href="../dart-ffi/Allocator-class.html">Allocator</a> to provide allocation with <a href="../dart-ffi/NativeType-class.html">NativeType</a>. </dd> <dt id="ArrayAddress"> <span class="name "><a href="../dart-ffi/ArrayAddress.html">ArrayAddress</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span> </dt> <dd> </dd> <dt id="ArrayArray"> <span class="name "><a href="../dart-ffi/ArrayArray.html">ArrayArray</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Array-class.html">Array</a>. </dd> <dt id="BoolAddress"> <span class="name "><a href="../dart-ffi/BoolAddress.html">BoolAddress</a></span> on <a href="../dart-core/bool-class.html">bool</a> </dt> <dd> </dd> <dt id="BoolArray"> <span class="name "><a href="../dart-ffi/BoolArray.html">BoolArray</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Bool-class.html">Bool</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Bool-class.html">Bool</a>. </dd> <dt id="BoolPointer"> <span class="name "><a href="../dart-ffi/BoolPointer.html">BoolPointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Bool-class.html">Bool</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Bool-class.html">Bool</a>. </dd> <dt id="DoubleAddress"> <span class="name "><a href="../dart-ffi/DoubleAddress.html">DoubleAddress</a></span> on <a href="../dart-core/double-class.html">double</a> </dt> <dd> </dd> <dt id="DoubleArray"> <span class="name "><a href="../dart-ffi/DoubleArray.html">DoubleArray</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Double-class.html">Double</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Double-class.html">Double</a>. </dd> <dt id="DoublePointer"> <span class="name "><a href="../dart-ffi/DoublePointer.html">DoublePointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Double-class.html">Double</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Double-class.html">Double</a>. </dd> <dt id="DynamicLibraryExtension"> <span class="name "><a href="../dart-ffi/DynamicLibraryExtension.html">DynamicLibraryExtension</a></span> on <a href="../dart-ffi/DynamicLibrary-class.html">DynamicLibrary</a> </dt> <dd> Method which must not be invoked dynamically. </dd> <dt id="Float32ListAddress"> <span class="name "><a href="../dart-ffi/Float32ListAddress.html">Float32ListAddress</a></span> on <a href="../dart-typed_data/Float32List-class.html">Float32List</a> </dt> <dd> </dd> <dt id="Float64ListAddress"> <span class="name "><a href="../dart-ffi/Float64ListAddress.html">Float64ListAddress</a></span> on <a href="../dart-typed_data/Float64List-class.html">Float64List</a> </dt> <dd> </dd> <dt id="FloatArray"> <span class="name "><a href="../dart-ffi/FloatArray.html">FloatArray</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Float-class.html">Float</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Float-class.html">Float</a>. </dd> <dt id="FloatPointer"> <span class="name "><a href="../dart-ffi/FloatPointer.html">FloatPointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Float-class.html">Float</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Float-class.html">Float</a>. </dd> <dt id="Int16Array"> <span class="name "><a href="../dart-ffi/Int16Array.html">Int16Array</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Int16-class.html">Int16</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Int16-class.html">Int16</a>. </dd> <dt id="Int16ListAddress"> <span class="name "><a href="../dart-ffi/Int16ListAddress.html">Int16ListAddress</a></span> on <a href="../dart-typed_data/Int16List-class.html">Int16List</a> </dt> <dd> </dd> <dt id="Int16Pointer"> <span class="name "><a href="../dart-ffi/Int16Pointer.html">Int16Pointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Int16-class.html">Int16</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Int16-class.html">Int16</a>. </dd> <dt id="Int32Array"> <span class="name "><a href="../dart-ffi/Int32Array.html">Int32Array</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Int32-class.html">Int32</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Int32-class.html">Int32</a>. </dd> <dt id="Int32ListAddress"> <span class="name "><a href="../dart-ffi/Int32ListAddress.html">Int32ListAddress</a></span> on <a href="../dart-typed_data/Int32List-class.html">Int32List</a> </dt> <dd> </dd> <dt id="Int32Pointer"> <span class="name "><a href="../dart-ffi/Int32Pointer.html">Int32Pointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Int32-class.html">Int32</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Int32-class.html">Int32</a>. </dd> <dt id="Int64Array"> <span class="name "><a href="../dart-ffi/Int64Array.html">Int64Array</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Int64-class.html">Int64</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Int64-class.html">Int64</a>. </dd> <dt id="Int64ListAddress"> <span class="name "><a href="../dart-ffi/Int64ListAddress.html">Int64ListAddress</a></span> on <a href="../dart-typed_data/Int64List-class.html">Int64List</a> </dt> <dd> </dd> <dt id="Int64Pointer"> <span class="name "><a href="../dart-ffi/Int64Pointer.html">Int64Pointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Int64-class.html">Int64</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Int64-class.html">Int64</a>. </dd> <dt id="Int8Array"> <span class="name "><a href="../dart-ffi/Int8Array.html">Int8Array</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Int8-class.html">Int8</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Int8-class.html">Int8</a>. </dd> <dt id="Int8ListAddress"> <span class="name "><a href="../dart-ffi/Int8ListAddress.html">Int8ListAddress</a></span> on <a href="../dart-typed_data/Int8List-class.html">Int8List</a> </dt> <dd> </dd> <dt id="Int8Pointer"> <span class="name "><a href="../dart-ffi/Int8Pointer.html">Int8Pointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Int8-class.html">Int8</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Int8-class.html">Int8</a>. </dd> <dt id="IntAddress"> <span class="name "><a href="../dart-ffi/IntAddress.html">IntAddress</a></span> on <a href="../dart-core/int-class.html">int</a> </dt> <dd> </dd> <dt id="NativeFunctionPointer"> <span class="name "><a href="../dart-ffi/NativeFunctionPointer.html">NativeFunctionPointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/NativeFunction-class.html">NativeFunction</a><span class="signature">&lt;<wbr><span class="type-parameter">NF</span>&gt;</span></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/NativeFunction-class.html">NativeFunction</a>. </dd> <dt id="NativePort"> <span class="name "><a href="../dart-ffi/NativePort.html">NativePort</a></span> on <a href="../dart-isolate/SendPort-class.html">SendPort</a> </dt> <dd> Extension to retrieve the native <code>Dart_Port</code> from a <a href="../dart-isolate/SendPort-class.html">SendPort</a>. </dd> <dt id="PointerArray"> <span class="name "><a href="../dart-ffi/PointerArray.html">PointerArray</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Pointer-class.html">Pointer</a>. </dd> <dt id="PointerPointer"> <span class="name "><a href="../dart-ffi/PointerPointer.html">PointerPointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Pointer-class.html">Pointer</a>. </dd> <dt id="StructAddress"> <span class="name "><a href="../dart-ffi/StructAddress.html">StructAddress</a></span> on T </dt> <dd> </dd> <dt id="StructArray"> <span class="name "><a href="../dart-ffi/StructArray.html">StructArray</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Struct-class.html">Struct</a>. </dd> <dt id="StructPointer"> <span class="name "><a href="../dart-ffi/StructPointer.html">StructPointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Struct-class.html">Struct</a>. </dd> <dt id="Uint16Array"> <span class="name "><a href="../dart-ffi/Uint16Array.html">Uint16Array</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Uint16-class.html">Uint16</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Uint16-class.html">Uint16</a>. </dd> <dt id="Uint16ListAddress"> <span class="name "><a href="../dart-ffi/Uint16ListAddress.html">Uint16ListAddress</a></span> on <a href="../dart-typed_data/Uint16List-class.html">Uint16List</a> </dt> <dd> </dd> <dt id="Uint16Pointer"> <span class="name "><a href="../dart-ffi/Uint16Pointer.html">Uint16Pointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Uint16-class.html">Uint16</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Uint16-class.html">Uint16</a>. </dd> <dt id="Uint32Array"> <span class="name "><a href="../dart-ffi/Uint32Array.html">Uint32Array</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Uint32-class.html">Uint32</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Uint32-class.html">Uint32</a>. </dd> <dt id="Uint32ListAddress"> <span class="name "><a href="../dart-ffi/Uint32ListAddress.html">Uint32ListAddress</a></span> on <a href="../dart-typed_data/Uint32List-class.html">Uint32List</a> </dt> <dd> </dd> <dt id="Uint32Pointer"> <span class="name "><a href="../dart-ffi/Uint32Pointer.html">Uint32Pointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Uint32-class.html">Uint32</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Uint32-class.html">Uint32</a>. </dd> <dt id="Uint64Array"> <span class="name "><a href="../dart-ffi/Uint64Array.html">Uint64Array</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Uint64-class.html">Uint64</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Uint64-class.html">Uint64</a>. </dd> <dt id="Uint64ListAddress"> <span class="name "><a href="../dart-ffi/Uint64ListAddress.html">Uint64ListAddress</a></span> on <a href="../dart-typed_data/Uint64List-class.html">Uint64List</a> </dt> <dd> </dd> <dt id="Uint64Pointer"> <span class="name "><a href="../dart-ffi/Uint64Pointer.html">Uint64Pointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Uint64-class.html">Uint64</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Uint64-class.html">Uint64</a>. </dd> <dt id="Uint8Array"> <span class="name "><a href="../dart-ffi/Uint8Array.html">Uint8Array</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Uint8-class.html">Uint8</a></span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Uint8-class.html">Uint8</a>. </dd> <dt id="Uint8ListAddress"> <span class="name "><a href="../dart-ffi/Uint8ListAddress.html">Uint8ListAddress</a></span> on <a href="../dart-typed_data/Uint8List-class.html">Uint8List</a> </dt> <dd> </dd> <dt id="Uint8Pointer"> <span class="name "><a href="../dart-ffi/Uint8Pointer.html">Uint8Pointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Uint8-class.html">Uint8</a></span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Uint8-class.html">Uint8</a>. </dd> <dt id="UnionAddress"> <span class="name "><a href="../dart-ffi/UnionAddress.html">UnionAddress</a></span> on T </dt> <dd> </dd> <dt id="UnionArray"> <span class="name "><a href="../dart-ffi/UnionArray.html">UnionArray</a></span> on <a href="../dart-ffi/Array-class.html">Array</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span> </dt> <dd> Bounds checking indexing methods on <a href="../dart-ffi/Array-class.html">Array</a>s of <a href="../dart-ffi/Union-class.html">Union</a>. </dd> <dt id="UnionPointer"> <span class="name "><a href="../dart-ffi/UnionPointer.html">UnionPointer</a></span> on <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span> </dt> <dd> Extension on <a href="../dart-ffi/Pointer-class.html">Pointer</a> specialized for the type argument <a href="../dart-ffi/Union-class.html">Union</a>. </dd> </dl> </section> <section class="summary offset-anchor" id="properties"> <h2>Properties</h2> <dl class="properties"> <dt id="nullptr" class="property"> <span class="name"><a href="../dart-ffi/nullptr.html">nullptr</a></span> <span class="signature">&#8594; <a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter">Never</span>&gt;</span></span> </dt> <dd> Represents a pointer into the native C memory corresponding to 'NULL', e.g. a pointer with address 0. <div class="features"><span class="feature">final</span></div> </dd> </dl> </section> <section class="summary offset-anchor" id="functions"> <h2>Functions</h2> <dl class="callables"> <dt id="sizeOf" class="callable"> <span class="name"><a href="../dart-ffi/sizeOf.html">sizeOf</a></span><span class="signature">&lt;<wbr><span class="type-parameter">T extends <a href="../dart-ffi/SizedNativeType-class.html">SizedNativeType</a></span>&gt;</span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-core/int-class.html">int</a></span> </span> </dt> <dd> Number of bytes used by native type T. </dd> </dl> </section> <section class="summary offset-anchor" id="typedefs"> <h2>Typedefs</h2> <dl> <dt id="Dart_NativeMessageHandler" class="callable"> <span class="name"><a href="../dart-ffi/Dart_NativeMessageHandler.html">Dart_NativeMessageHandler</a></span><span class="signature"> <span class="returntype parameter">= <a href="../dart-ffi/Void-class.html">Void</a> Function<span class="signature">(<span class="parameter" id="param-"><span class="type-annotation"><a href="../dart-ffi/Int64-class.html">Int64</a></span>, </span><span class="parameter" id="param-"><span class="type-annotation"><a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Dart_CObject-class.html">Dart_CObject</a></span>&gt;</span></span></span>)</span></span> </span> </dt> <dd> </dd> <dt id="NativeFinalizerFunction" class=""> <span class="name"><a href="../dart-ffi/NativeFinalizerFunction.html">NativeFinalizerFunction</a></span> = <a href="../dart-ffi/NativeFunction-class.html">NativeFunction</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Void-class.html">Void</a> Function<span class="signature">(<span class="parameter" id="param-token"><span class="type-annotation"><a href="../dart-ffi/Pointer-class.html">Pointer</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-ffi/Void-class.html">Void</a></span>&gt;</span></span> <span class="parameter-name">token</span></span>)</span></span>&gt;</span> </span> </dt> <dd> The native function type for <a href="../dart-ffi/NativeFinalizer-class.html">NativeFinalizer</a>s. </dd> </dl> </section> </div> <!-- /.main-content --> <div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left"> <!-- The search input and breadcrumbs below are only responsively visible at low resolutions. --> <header id="header-search-sidebar" class="hidden-l"> <form class="search-sidebar" role="search"> <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav"> <li><a href="../index.html">Dart</a></li> <li class="self-crumb">dart:ffi</li> </ol> <h5><span class="package-name">Dart</span> <span class="package-kind">SDK</span></h5> <ol> <li class="section-title">Libraries</li> <li class="section-subtitle">Core</li> <li class="section-subitem"><a href="../dart-async">dart:async</a></li> <li class="section-subitem"><a href="../dart-collection">dart:collection</a></li> <li class="section-subitem"><a href="../dart-convert">dart:convert</a></li> <li class="section-subitem"><a href="../dart-core">dart:core</a></li> <li class="section-subitem"><a href="../dart-developer">dart:developer</a></li> <li class="section-subitem"><a href="../dart-math">dart:math</a></li> <li class="section-subitem"><a href="../dart-typed_data">dart:typed_data</a></li> <li class="section-subtitle">VM</li> <li class="section-subitem"><a href="../dart-ffi">dart:ffi</a></li> <li class="section-subitem"><a href="../dart-io">dart:io</a></li> <li class="section-subitem"><a href="../dart-isolate">dart:isolate</a></li> <li class="section-subitem"><a href="../dart-mirrors">dart:mirrors</a></li> <li class="section-subtitle">Web</li> <li class="section-subitem"> <a href="https:&#47;&#47;pub.dev&#47;documentation&#47;web&#47;latest&#47;" target="_blank"> package:web <span class="material-symbols-outlined">open_in_new</span> </a> </li> <li class="section-subitem"><a href="../dart-js_interop">dart:js_interop</a></li> <li class="section-subitem"><a href="../dart-js_interop_unsafe">dart:js_interop_unsafe</a></li> <li class="section-subtitle">Web (Legacy)</li> <li class="section-subitem"><a class="deprecated" href="../dart-html">dart:html</a></li> <li class="section-subitem"><a class="deprecated" href="../dart-indexed_db">dart:indexed_db</a></li> <li class="section-subitem"><a class="deprecated" href="../dart-js">dart:js</a></li> <li class="section-subitem"><a class="deprecated" href="../dart-js_util">dart:js_util</a></li> <li class="section-subitem"><a class="deprecated" href="../dart-svg">dart:svg</a></li> <li class="section-subitem"><a class="deprecated" href="../dart-web_audio">dart:web_audio</a></li> <li class="section-subitem"><a class="deprecated" href="../dart-web_gl">dart:web_gl</a></li> </ol> </div> <div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right"> <h5>dart:ffi library</h5> </div><!--/sidebar-offcanvas-right--> </main> <footer> <span class="no-break"> Dart 3.7.2 </span> <span class="glue-footer"> <span class="no-break"> | <a href="https://dart.dev/terms" title="Terms of use">Terms</a> </span> <span class="no-break"> | <a href="https://policies.google.com/privacy" target="_blank" rel="noopener" title="Privacy policy" class="no-automatic-external">Privacy</a> </span> <span class="no-break"> | <a href="https://dart.dev/security" title="Security philosophy and practices">Security</a> </span> <div class="copyright" style="font-size: 0.9em; color: darkgrey; margin-top: 0.5em;"> Except as otherwise noted, this site is licensed under a <a style="color: darkgrey;" href="https://creativecommons.org/licenses/by/4.0/"> Creative Commons Attribution 4.0 International License</a> and code samples are licensed under the <a style="color: darkgrey;" href="https://opensource.org/licenses/BSD-3-Clause" class="no-automatic-external"> 3-Clause BSD License</a> </div> </span> </footer> <script src="../static-assets/highlight.pack.js?v1"></script> <script src="../static-assets/docs.dart.js"></script> <button aria-hidden="true" class="glue-footer__link glue-cookie-notification-bar-control"> Cookies management controls </button> <script src="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js" data-glue-cookie-notification-bar-category="2B"> </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10