UnsignedCharfinal

C语言的 unsigned char 类型。

通常是未签字的8位整数。为了确保8位整数,使用 Uint8 与 C 的 uint8_t 类型。对于有符号 char,使用 SignedChar

<a href="../dart-ffi/UnsignedChar-class.html">UnsignedChar 类型是一个本地类型,不应该在 Dart 代码中构造。它仅在本地类型签名中以及作为 StructUnion 字段上的注解中出现。

继承
注解
  • @Since('2.17')
  • @AbiSpecificIntegerMapping({Abi.androidArm : Uint8(), Abi.androidArm64 : Uint8(), Abi.androidIA32 : Uint8(), Abi.androidX64 : Uint8(), Abi.androidRiscv64 : Uint8(), Abi.fuchsiaArm64 : Uint8(), Abi.fuchsiaX64 : Uint8(), Abi.fuchsiaRiscv64 : Uint8(), Abi.iosArm : Uint8(), Abi.iosArm64 : Uint8(), Abi.iosX64 : Uint8(), Abi.linuxArm : Uint8(), Abi.linuxArm64 : Uint8(), Abi.linuxIA32 : Uint8(), Abi.linuxX64 : Uint8(), Abi.linuxRiscv32 : Uint8(), Abi.linuxRiscv64 : Uint8(), Abi.macosArm64 : Uint8(), Abi.macosX64 : Uint8(), Abi.windowsArm64 : Uint8(), Abi.windowsIA32 : Uint8(), Abi.windowsX64 :Uint8()})

构造函数

UnsignedChar()
const

属性

hashCode int
此对象的哈希码。
no setterinherited
runtimeType Type
对象运行时类型的表示。
no setterinherited

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
inherited
toString() String
此对象的字符串表示。
inherited

运算符

operator ==(Object other) bool
相等运算符。
inherited