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

WriteFloat method Next Page

WriteInt method


Appends an integer value to the QABinaryMessage instance's message body.

Syntax

Visual Basic
Public Sub WriteInt( _
ByVal val As Integer _
)

C#
public void WriteInt(
int val
);

Parameters
Remarks

The integer parameter is represented as a 4 byte value and higher order bytes are appended first.

See also