With the method SetTargetStationForCarrierHandling, you can specify the target station to which the carrier(s) are handed over.
For an example of target station assignment, refer to FB_CoreStation - General Information.
Input |
Data type |
Description |
---|---|---|
i_ifStation |
Specifies the target station for handing over the carrier(s). |
Output |
Data type |
Description |
---|---|---|
q_xError |
BOOL |
Indicates TRUE if an error has been detected. For details, refer to q_etResult and q_sResultMsg. |
q_etResult |
Provides diagnostic and status information as a numeric value. |
|
q_sResultMsg |
STRING [255] |
Provides additional diagnostic and status information as a text message. |
The method SetTargetStationForCarrierHandling is assigned the access specifier FINAL
. This helps to protect the method from being overwritten.
For more information, see Mandatory Access Specifiers.