Gurux.DLMS.GXDLMSTranslator.PduToXml C# (CSharp) Méthode

PduToXml() public méthode

Convert bytes to xml.
public PduToXml ( GXByteBuffer value ) : string
value GXByteBuffer Bytes to convert.
Résultat string
        public string PduToXml(GXByteBuffer value)
        {
            return PduToXml(value, OmitXmlDeclaration, OmitXmlNameSpace);
        }

Same methods

GXDLMSTranslator::PduToXml ( GXByteBuffer value, bool omitDeclaration, bool omitNameSpace ) : string
GXDLMSTranslator::PduToXml ( byte value ) : string
GXDLMSTranslator::PduToXml ( string hex ) : string