OnAbortInd
METHOD OnAbortInd
VAR_INPUT
ipAA : I_ScsmAssociationClass;
bPAbort : BOOL;
ipReason : I_ServiceErrorClass;
ipData : I_BaseStreamClass;
END_VAR
ipAA: Interface pointer of type: I_ScsmAssociationClass. If several connection instances are active, this pointer can be used to determine the object instance running the service. This parameter is optional and reserved for future use. The pointer value 0 defines the parameter as optional.
bPAbort: Trigger for the abort indication service primitive. Triggered by the service provider if TRUE, triggered by the service user if FALSE (application has started the abort request service primitive).
ipReason: Interface pointer of type I_ServiceErrorClass. This pointer can be used to obtain more detailed information about the cause of the disconnection.
ipData: Interface pointer of type I_BaseStreamClass. This pointer can be used to access optional data. No data is available if the pointer value is 0.