Call: InputMasked(String Indicator)
Input: Indicator
Output: boolean
The function can be used to determine a masked digital input pin. When a valid tag is found, the output is true when the digital pin is masked otherwise the function returns false.
Example:
MaskedTag = InputMasked(“S1”);
