Annotation Interface FFMName
Overrides the native name of:
- Downcalls. By default, the native function name is equal to the Java method name, optionally prefixed by
FFMPrefix, if specified on the container interface. - Groups (structs/unions). By default, the native group name is equal to the interface name.
- Group accessor methods. By default, the corresponding native member name is equal to the Java method name.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe native name.
-