Uses of Class
de.ibapl.jnhw.common.annotation.uint16_t
-
Packages that use uint16_t Package Description de.ibapl.jnhw.common.memory Classes to manage blocks of native memory. -
-
Uses of uint16_t in de.ibapl.jnhw.common.memory
Classes in de.ibapl.jnhw.common.memory with annotations of type uint16_t Modifier and Type Class Description classUint16_tMethods in de.ibapl.jnhw.common.memory with annotations of type uint16_t Modifier and Type Method Description shortMemoryAccessor. uint16_t(OpaqueMemory32 mem, long offset)shortUint16_t. uint16_t()intMemoryAccessor. uint16_t_AsInt(OpaqueMemory32 mem, long offset)intUint16_t. uint16_t_AsInt()Method parameters in de.ibapl.jnhw.common.memory with annotations of type uint16_t Modifier and Type Method Description voidMemoryAccessor. uint16_t(OpaqueMemory32 mem, long offset, short value)voidUint16_t. uint16_t(short value)voidMemoryAccessor. uint16_t_FromInt(OpaqueMemory32 mem, long offset, int value)voidUint16_t. uint16_t_FromInt(int value)
-