Klasse LowLevelMonitorConfigurationAPI.MC_TIMING_REPORT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.LowLevelMonitorConfigurationAPI.MC_TIMING_REPORT
Umschließende Schnittstelle:
LowLevelMonitorConfigurationAPI

@FieldOrder({"dwHorizontalFrequencyInHZ","dwVerticalFrequencyInHZ","bTimingStatusByte"}) public static class LowLevelMonitorConfigurationAPI.MC_TIMING_REPORT extends Structure
Contains information from a monitor's timing report.
  • Felddetails

    • dwHorizontalFrequencyInHZ

      public WinDef.DWORD dwHorizontalFrequencyInHZ
      The monitor's horizontal synchronization frequency in Hz.
    • dwVerticalFrequencyInHZ

      public WinDef.DWORD dwVerticalFrequencyInHZ
      The monitor's vertical synchronization frequency in Hz.
    • bTimingStatusByte

      public WinDef.BYTE bTimingStatusByte
      Timing status byte. For more information about this value, see the Display Data Channel Command Interface (DDC/CI) standard.
  • Konstruktordetails

    • MC_TIMING_REPORT

      public MC_TIMING_REPORT()