OnSvSubscriberNetToHost
In this method, the received SV subscriber data is converted from network byte order (big-endian) to host byte order (little-endian).
METHOD OnSvSubscriberNetToHost
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.