Uses of Class
de.ibapl.jnhw.common.annotation.uint8_t
-
Packages that use uint8_t Package Description de.ibapl.jnhw.common.memory Classes to manage blocks of native memory. -
-
Uses of uint8_t in de.ibapl.jnhw.common.memory
Methods in de.ibapl.jnhw.common.memory with annotations of type uint8_t Modifier and Type Method Description byteMemoryAccessor. uint8_t(OpaqueMemory32 mem, long offset)byteUint8_t. uint8_t()shortMemoryAccessor. uint8_t_AsShort(OpaqueMemory32 mem, long offset)shortUint8_t. uint8_t_AsShort()Method parameters in de.ibapl.jnhw.common.memory with annotations of type uint8_t Modifier and Type Method Description voidMemoryAccessor. uint8_t(OpaqueMemory32 mem, long offset, byte value)voidUint8_t. uint8_t(byte value)voidMemoryAccessor. uint8_t_FromShort(OpaqueMemory32 mem, long offset, short value)voidUint8_t. uint8_t_FromShort(short value)
-