GPIGet Methods
public abstract bool GPIGet(int pin)
bool gpi1 = rdr. GPIGet(1);
public GPIState[] GPIGet()
GPIState[] gstates = rdr. GPIGet();