/AWS1/CL_MDXRTPROUTEROUTCONF¶
The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_destinationaddress TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The destination IP address for the RTP protocol in the router output configuration.
iv_destinationport TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER¶
The destination port number for the RTP protocol in the router output configuration.
Optional arguments:¶
iv_forwarderrorcorrection TYPE /AWS1/MDXFORWARDERRORCORRSTATE /AWS1/MDXFORWARDERRORCORRSTATE¶
The state of forward error correction for the RTP protocol in the router output configuration.
Queryable Attributes¶
DestinationAddress¶
The destination IP address for the RTP 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 RTP 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 |
ForwardErrorCorrection¶
The state of forward error correction for the RTP protocol in the router output configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORWARDERRORCORRECTION() |
Getter for FORWARDERRORCORRECTION, with configurable default |
ASK_FORWARDERRORCORRECTION() |
Getter for FORWARDERRORCORRECTION w/ exceptions if field has |
HAS_FORWARDERRORCORRECTION() |
Determine if FORWARDERRORCORRECTION has a value |