/// <summary> /// Reads an integer from the IO Port /// </summary> /// <returns></returns> public override uint Read32() { return(IOPort.In32(Address)); }