package eu.worn.apps.androvac; interface IRBeamer { boolean isAvailable(); void transmit(int carrier, int[] pulses); }