Writes a UInt16 value to the output stream.

C# |
public void WriteUInt16( ushort x )

- x (UInt16)
- The UInt16 value to be written to the output stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |
C# |
public void WriteUInt16( ushort x )
Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |