Class S7Configuration

    • Field Detail

      • localRack

        public int localRack
      • localSlot

        public int localSlot
      • localTsap

        public int localTsap
      • remoteRack

        public int remoteRack
      • remoteSlot

        public int remoteSlot
      • remoteRack2

        public int remoteRack2
      • remoteSlot2

        public int remoteSlot2
      • remoteTsap

        public int remoteTsap
      • pduSize

        public int pduSize
      • maxAmqCaller

        public int maxAmqCaller
      • maxAmqCallee

        public int maxAmqCallee
      • controllerType

        public String controllerType
      • readTimeout

        public int readTimeout
      • ping

        public boolean ping
      • pingTime

        public int pingTime
      • retryTime

        public int retryTime
    • Constructor Detail

      • S7Configuration

        public S7Configuration()
    • Method Detail

      • getLocalRack

        public int getLocalRack()
      • setLocalRack

        public void setLocalRack​(int localRack)
      • getLocalSlot

        public int getLocalSlot()
      • setLocalSlot

        public void setLocalSlot​(int localSlot)
      • getLocalTsap

        public int getLocalTsap()
      • setLocalTsap

        public void setLocalTsap​(int localTsap)
      • getRemoteRack

        public int getRemoteRack()
      • setRemoteRack

        public void setRemoteRack​(int remoteRack)
      • getRemoteSlot

        public int getRemoteSlot()
      • setRemoteSlot

        public void setRemoteSlot​(int remoteSlot)
      • getRemoteRack2

        public int getRemoteRack2()
      • setRemoteRack2

        public void setRemoteRack2​(int remoteRack2)
      • getRemoteSlot2

        public int getRemoteSlot2()
      • setRemoteSlot2

        public void setRemoteSlot2​(int remoteSlot2)
      • getRemoteTsap

        public int getRemoteTsap()
      • setRemoteTsap

        public void setRemoteTsap​(int remoteTsap)
      • getPduSize

        public int getPduSize()
      • setPduSize

        public void setPduSize​(int pduSize)
      • getMaxAmqCaller

        public int getMaxAmqCaller()
      • setMaxAmqCaller

        public void setMaxAmqCaller​(int maxAmqCaller)
      • getMaxAmqCallee

        public int getMaxAmqCallee()
      • setMaxAmqCallee

        public void setMaxAmqCallee​(int maxAmqCallee)
      • getControllerType

        public String getControllerType()
      • setControllerType

        public void setControllerType​(String controllerType)
      • getReadTimeout

        public int getReadTimeout()
      • setReadTimeout

        public void setReadTimeout​(int readTimeOut)
      • getPing

        public boolean getPing()
      • setPing

        public void setPing​(boolean ping)
      • getPingTime

        public int getPingTime()
      • setPingTime

        public void setPingTime​(int pingTime)
      • getRetryTime

        public int getRetryTime()
      • setRetryTime

        public void setRetryTime​(int retryTime)