Class CmdNetwork.WlTuneInfo

  • Enclosing class:
    CmdNetwork

    public static class CmdNetwork.WlTuneInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int laserTemp
      Laser temperature (raw value)
      short tuneProc
      One of WL_TUNE_PROC_*
      byte tuneState
      One of WL_TUNE_STATE_*
      int tuneWord
      Current tuning word.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tuneProc

        public final short tuneProc
        One of WL_TUNE_PROC_*
      • tuneState

        public final byte tuneState
        One of WL_TUNE_STATE_*
      • laserTemp

        public final int laserTemp
        Laser temperature (raw value)
      • tuneWord

        public final int tuneWord
        Current tuning word.