Home  Contents

v4kf.senseChanged

V4kf Core4 Lua Event System

SYNOPSIS

rdrhandle.senseChanged = function(rdrhandle, sensors)

DESCRIPTION

This callback runs whenever the state of the reader's sensors changes. The parameter sensors indicates the new sensor state. See the documentation of v4kf:sensors() for a description of the sensors value.

SEE ALSO