OnSvPublisherHostToNet

In this method, the SV publisher data is converted from the host byte order (little-endian) to the network byte order (big-endian) for transmission.

METHOD OnSvPublisherHostToNet
VAR_INPUT
    ipAdapter : I_GseAdapterClass;
    ipApdu    : I_GseSvApduClass;
END_VAR

ipAdapter: 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.