Class DestinationConfig
java.lang.Object
com.trdp.config.DestinationConfig
Destination for a telegram (
<destination> element).
Identifies the target by URI (unicast or multicast address). May include optional SDTv2 or SDTv4 safety parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionDestinationConfig(long id, String uri, String name, SdtParameter sdtParameter, Sdtv4Parameter sdtv4Parameter) -
Method Summary
-
Constructor Details
-
DestinationConfig
public DestinationConfig(long id, String uri, String name, SdtParameter sdtParameter, Sdtv4Parameter sdtv4Parameter)
-
-
Method Details
-
getId
public long getId() -
getUri
-
getName
-
getSdtParameter
-
getSdtv4Parameter
-
toString
-