Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QABinaryMessage interface

WriteSbyte method Next Page

WriteShort method


Appends a short value to the QABinaryMessage instance's message body.

Syntax

Visual Basic
Public Sub WriteShort( _
ByVal val As Short _
)

C#
public void WriteShort(
short val
);

Parameters
Remarks

The short parameter is represented as a two byte value and the higher order byte is appended first.

See also