# File lib/core/link.rb, line 225
    def next(state_mask)
      deprecated __method__, "Session#each_link, Connection#each_link"
      return Link.wrap(Cproton.pn_link_next(@impl, state_mask))
    end