Skip to main content

HS.IHE.ATNA.Adapter.UDP.Outbound

class HS.IHE.ATNA.Adapter.UDP.Outbound extends Ens.OutboundAdapter

Property Inventory

Method Inventory

Parameters

parameter MAXSIZE = 32768;
parameter SETTINGS = UDPHost,UDPPort;
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 UDPHost as %String [ InitialExpression = "127.0.0.1" ];
You can specify an IPv4 address (172.16.61.196), or an IPv6 address (::1), or a host name To find your local host name, for testing, you can Write $SYSTEM.INetInfo.LocalHostName()
Property methods: UDPHostDisplayToLogical(), UDPHostGet(), UDPHostIsValid(), UDPHostLogicalToDisplay(), UDPHostLogicalToOdbc(), UDPHostNormalize(), UDPHostSet()
property UDPHostAddress as %String (MAXLEN = 128);
Property methods: UDPHostAddressDisplayToLogical(), UDPHostAddressGet(), UDPHostAddressIsValid(), UDPHostAddressLogicalToDisplay(), UDPHostAddressLogicalToOdbc(), UDPHostAddressNormalize(), UDPHostAddressSet()
property UDPPort as %Integer [ InitialExpression = 3001 ];
Property methods: UDPPortDisplayToLogical(), UDPPortGet(), UDPPortIsValid(), UDPPortLogicalToDisplay(), UDPPortNormalize(), UDPPortSet()

Methods

method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()
method SendMessageString(pString As %String = "") as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab