Files
MewtocolNet/MewtocolNet/Documentation/docs.xml
2023-07-14 17:45:31 +02:00

75 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<extradoc>
<class name="support-conv-types">
<list type="bullet">
<item>
<term>
<see cref="bool"/>
</term>
<description>Boolean R/X/Y registers</description>
</item>
<item>
<term>
<see cref="short"/>
</term>
<description>16 bit signed integer</description>
</item>
<item>
<term>
<see cref="ushort"/>
</term>
<description>16 bit un-signed integer</description>
</item>
<item>
<term>
<see cref="Word"/>
</term>
<description>16 bit word (2 bytes)</description>
</item>
<item>
<term>
<see cref="int"/>
</term>
<description>32 bit signed integer</description>
</item>
<item>
<term>
<see cref="uint"/>
</term>
<description>32 bit un-signed integer</description>
</item>
<item>
<term>
<see cref="DWord"/>
</term>
<description>32 bit word (4 bytes)</description>
</item>
<item>
<term>
<see cref="float"/>
</term>
<description>32 bit floating point</description>
</item>
<item>
<term>
<see cref="TimeSpan"/>
</term>
<description>
32 bit time from <see cref="PlcVarType.TIME"/> interpreted as <see cref="TimeSpan"/>
</description>
</item>
<item>
<term>
<see cref="Enum"/>
</term>
<description>16 or 32 bit enums, also supports flags</description>
</item>
<item>
<term>
<see cref="string"/>
</term>
<description>String of chars, the interface will automatically get the length</description>
</item>
</list>
</class>
</extradoc>