Skip to content

/AWS1/CL_MDXRISTROUTEROUTCONF

The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_destinationaddress TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

The destination IP address for the RIST protocol in the router output configuration.

iv_destinationport TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER

The destination port number for the RIST protocol in the router output configuration.


Queryable Attributes

DestinationAddress

The destination IP address for the RIST protocol in the router output configuration.

Accessible with the following methods

Method Description
GET_DESTINATIONADDRESS() Getter for DESTINATIONADDRESS, with configurable default
ASK_DESTINATIONADDRESS() Getter for DESTINATIONADDRESS w/ exceptions if field has no
HAS_DESTINATIONADDRESS() Determine if DESTINATIONADDRESS has a value

DestinationPort

The destination port number for the RIST protocol in the router output configuration.

Accessible with the following methods

Method Description
GET_DESTINATIONPORT() Getter for DESTINATIONPORT, with configurable default
ASK_DESTINATIONPORT() Getter for DESTINATIONPORT w/ exceptions if field has no val
HAS_DESTINATIONPORT() Determine if DESTINATIONPORT has a value