ASensorList

{@link ASensorList} is an array of reference to {@link ASensor}.

A {@link ASensorList} can be initialized using ASensorManager_getSensorList().

version(Android)
extern (C) @system nothrow @nogc
alias ASensorList = const(ASensor*)*

Meta