ZVON > References > SOAP Reference

Go to standard

unsignedShort

Standard excerpt:

unsignedShort is derived from unsignedInt by fixing the value maxInclusive to be 65535. The base type of unsignedShort is unsignedInt.


Examples:

<SOAP-ENC:unsignedShort>65535</SOAP-ENC:unsignedShort>
<foo xsi:type="SOAP-ENC:unsignedShort">65535</foo>
<SOAP-ENC:unsignedShort>0</SOAP-ENC:unsignedShort>
<foo xsi:type="SOAP-ENC:unsignedShort">0</foo>