ASensorRef

{@link ASensorRef} is a type for constant pointers to {@link ASensor}.

This is used to define entry in {@link ASensorList} arrays.

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

Meta