# File lib/Dnsruby/resource/NSAP.rb, line 45
      def idp
        ret = [@afi, @idi].join('')
        return ret
      end