bool InputBitBool(int port, int bit)
This method is the same as the InputBit Method but returning a boolean, where true indicates a high bit (1) and false indicates a low bit (0). It is simply provided for convenience.