Class SendProp


  • public class SendProp
    extends Object
    • Constructor Detail

      • SendProp

        public SendProp​(SendTable table,
                        SendProp template,
                        int type,
                        String varName,
                        int flags,
                        int priority,
                        String dtName,
                        int numElements,
                        float lowValue,
                        float highValue,
                        int numBits)
    • Method Detail

      • getSrc

        public String getSrc()
      • getTemplate

        public SendProp getTemplate()
      • getVarName

        public String getVarName()
      • getPriority

        public int getPriority()
      • getDtName

        public String getDtName()
      • getNumElements

        public int getNumElements()
      • getLowValue

        public float getLowValue()
      • getHighValue

        public float getHighValue()
      • getNumBits

        public int getNumBits()
      • getFlags

        public int getFlags()
      • getDecoder

        public Decoder getDecoder()