Class AndFilter

    • Constructor Detail

      • AndFilter

        public AndFilter​(int tlvId)
        The constructor. We wont initialize the ArrayList as they may not be used.
        Parameters:
        tlvId - The TLV identifier
      • AndFilter

        public AndFilter()
        The constructor. We wont initialize the ArrayList as they may not be used.
    • Method Detail

      • computeLength

        public int computeLength()
        Compute the AndFilter length
        AndFilter :
         
         0xA0 L1 super.computeLength()
         
         Length(AndFilter) = Length(0xA0) + Length(super.computeLength()) +
                  super.computeLength()
         
        Overrides:
        computeLength in class ConnectorFilter
        Returns:
        The encoded length