# File lib/snmp/manager.rb, line 507
    def send(data, host, port)
        @socket.send(data, 0, host, port)
    end