Skip to content

natfeats nfapi nf_version

Thorsten Otto edited this page Aug 12, 2018 · 1 revision

"NF_VERSION"

This is part of basic set of features, that must always be implemented. It currently only defines a single function:

  sub-ID 0 - user allowed
  long getVersion(void);

Returns the version of the native feature framework, hex encoded (upper word = major number, lower word = minor number). This document describes native features version 1.0 (hex encoding 0x00010000).

Clone this wiki locally