Documentation ¶
Index ¶
- Constants
- Variables
- func DoI2cRpc() error
- type Command
- type I
- type I2cDev
- func (h *I2cDev) CheckHostTemp() (string, error)
- func (h *I2cDev) CheckQsfpTemp() (string, error)
- func (h *I2cDev) FanCount(i uint8) (uint16, error)
- func (h *I2cDev) FanInit() error
- func (h *I2cDev) FrontTemp() (string, error)
- func (h *I2cDev) GetFanDuty() (uint8, error)
- func (h *I2cDev) GetFanSpeed() (string, error)
- func (h *I2cDev) GetHostTempTarget() (string, error)
- func (h *I2cDev) GetHwmTarget() (uint16, error)
- func (h *I2cDev) GetQsfpTempTarget() (string, error)
- func (h *I2cDev) RearTemp() (string, error)
- func (h *I2cDev) SetFanDuty(d uint8) error
- func (h *I2cDev) SetFanSpeed(w string, l bool) error
- func (h *I2cDev) SetHwmTarget(t string) error
- func (h *I2cDev) SetLastSpeed() error
- type I2cReq
- type Info
- type R
Constants ¶
View Source
const MAXOPS = 30
Variables ¶
Functions ¶
Types ¶
type I2cDev ¶
func (*I2cDev) CheckHostTemp ¶
func (*I2cDev) CheckQsfpTemp ¶
func (*I2cDev) GetFanDuty ¶
func (*I2cDev) GetFanSpeed ¶
func (*I2cDev) GetHostTempTarget ¶
func (*I2cDev) GetHwmTarget ¶
func (*I2cDev) GetQsfpTempTarget ¶
func (*I2cDev) SetFanDuty ¶
func (*I2cDev) SetHwmTarget ¶
func (*I2cDev) SetLastSpeed ¶
Click to show internal directories.
Click to hide internal directories.