Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SNMPManager ¶
type SNMPManager struct {
// contains filtered or unexported fields
}
func NewSNMPManager ¶
func NewSNMPManager(community string, maxConnections uint) (*SNMPManager, error)
NewSNMPManager creates a new SNMP manager.
func (*SNMPManager) AugmentPrinters ¶
func (s *SNMPManager) AugmentPrinters(printers []lib.Printer) error
AugmentPrinters queries every printer's SNMP agent, adds anything it finds back to the printer object.
func (*SNMPManager) Quit ¶
func (s *SNMPManager) Quit()
Click to show internal directories.
Click to hide internal directories.