OnSvUpdate
This method receives notifications about updates to the SV APDU data (applies only to the SV subscriber).
METHOD OnSvUpdate
VAR_INPUT
ipAdapter : I_GseAdapterClass;
ipApdu : I_GseSvApduClass;
END_VARipAdapter: Interface pointer of type I_GseAdapterClass. This pointer identifies the network adapter to be used for sending/receiving GOOSE/SV messages.
ipApdu: Interface pointer of type I_GseSvApduClass. This pointer identifies the object instance of the SV APDU (Sampled Values Application Protocol Data Unit) data.