/AWS1/CL_MDXRISTRTRINPUTCONF¶
The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_port TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER¶
The port number used for the RIST protocol in the router input configuration.
iv_reclatencymilliseconds TYPE /AWS1/MDXLONG /AWS1/MDXLONG¶
The recovery latency in milliseconds for the RIST protocol in the router input configuration.
Queryable Attributes¶
Port¶
The port number used for the RIST protocol in the router input configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORT() |
Getter for PORT, with configurable default |
ASK_PORT() |
Getter for PORT w/ exceptions if field has no value |
HAS_PORT() |
Determine if PORT has a value |
RecoveryLatencyMilliseconds¶
The recovery latency in milliseconds for the RIST protocol in the router input configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECLATENCYMILLISECONDS() |
Getter for RECOVERYLATENCYMILLISECONDS, with configurable de |
ASK_RECLATENCYMILLISECONDS() |
Getter for RECOVERYLATENCYMILLISECONDS w/ exceptions if fiel |
HAS_RECLATENCYMILLISECONDS() |
Determine if RECOVERYLATENCYMILLISECONDS has a value |