Skip to main content

EnsLib.UDP.OutboundAdapter

class EnsLib.UDP.OutboundAdapter extends Ens.OutboundAdapter, EnsLib.UDP.Common

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = UDPSender,UDPHost,UDPPort,UDPDebugOutputFile;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property UDPDebugOutputFile as %String;
Property methods: UDPDebugOutputFileDisplayToLogical(), UDPDebugOutputFileGet(), UDPDebugOutputFileIsValid(), UDPDebugOutputFileLogicalToDisplay(), UDPDebugOutputFileLogicalToOdbc(), UDPDebugOutputFileNormalize(), UDPDebugOutputFileSet()
property UDPHost as %String [ InitialExpression = "127.0.0.1" ];
Property methods: UDPHostDisplayToLogical(), UDPHostGet(), UDPHostIsValid(), UDPHostLogicalToDisplay(), UDPHostLogicalToOdbc(), UDPHostNormalize(), UDPHostSet()
property UDPPort as %Integer [ InitialExpression = 10000 ];
Property methods: UDPPortDisplayToLogical(), UDPPortGet(), UDPPortIsValid(), UDPPortLogicalToDisplay(), UDPPortNormalize(), UDPPortSet()
property UDPSender as %String (MAXLEN = 128) [ InitialExpression = $System.Util.InstallDirectory() _ "bin/udpsend" ];
Property methods: UDPSenderDisplayToLogical(), UDPSenderGet(), UDPSenderIsValid(), UDPSenderLogicalToDisplay(), UDPSenderLogicalToOdbc(), UDPSenderNormalize(), UDPSenderSet()

Methods

method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()
method OnTearDown() as %Status
Inherited description: This user callback method is called just before %OnClose()
method SendStream(pBuffer As %Stream.Object) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab