class EnsLib.UDP.InboundAdapter
extends Ens.InboundAdapter, EnsLib.UDP.Common
parameter SERVICEINPUTCLASS = "Ens.StringContainer";
parameter SETTINGS = "UDPReceiver,UDPPort,UDPDebugOutputFile";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property UDPDebugOutputFile
as %String;
property UDPPort
as %Integer [ InitialExpression = 10000 ];
property UDPReceiver
as %String(MAXLEN=128) [ InitialExpression = $System.Util.InstallDirectory() _ "bin/udprecv" ];
method OnInit()
as %Status
This user callback method is called just after %OnNew()
method OnTask()
as %Status
default InboundAdapter behavior: always call ProcessInput on CallInterval
method OnTearDown()
as %Status
This user callback method is called just before %OnClose()