With the method DeleteAllCarriers, you can delete the carriers that have been added to the internal storage of the station or that have been handed over to the station from the previous station.
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 DeleteAllCarriers is assigned the access specifier FINAL
. This helps to protect the method from being overwritten.
For more information, see Mandatory Access Specifiers.