Member name | Description |
---|---|
BodyLength property |
Returns the size of the message body in bytes. |
Member name | Description |
---|---|
ReadBinary method |
Reads a specified number of bytes starting from the unread portion of a QABinaryMessage instance body. |
ReadBoolean method |
Reads a boolean value starting from the unread portion of the QABinaryMessage instance's message body. |
ReadChar method |
Reads a char value starting from the unread portion of a QABinaryMessage message body. |
ReadDouble method |
Reads a double value starting from the unread portion of a QABinaryMessage message body. |
ReadFloat method |
Reads a float value starting from the unread portion of a QABinaryMessage message body. |
ReadInt method |
Reads an integer value starting from the unread portion of a QABinaryMessage message body. |
ReadLong method |
Reads a long value starting from the unread portion of a QABinaryMessage message body. |
ReadSbyte method |
Reads a signed byte value starting from the unread portion of a QABinaryMessage message body. |
ReadShort method |
Reads a short value starting from the unread portion of a QABinaryMessage message body. |
ReadString method |
Reads a string value starting from the unread portion of a QABinaryMessage message body. |
Reset method |
Resets a message so that the reading of values starts from the beginning of the message body. |
WriteBinary method |
Appends a byte array value to the QABinaryMessage instance's message body. |
WriteBoolean method |
Appends a boolean value to the QABinaryMessage instance's message body. |
WriteChar method |
Appends a char value to the QABinaryMessage instance's message body. |
WriteDouble method |
Appends a double value to the QABinaryMessage instance's message body. |
WriteFloat method |
Appends a float value to the QABinaryMessage instance's message body. |
WriteInt method |
Appends an integer value to the QABinaryMessage instance's message body. |
WriteLong method |
Appends a long value to the QABinaryMessage instance's message body. |
WriteSbyte method |
Appends a signed byte value to the QABinaryMessage instance's message body. |
WriteShort method |
Appends a short value to the QABinaryMessage instance's message body. |
WriteString method |
Appends a string value to the QABinaryMessage instance's message body. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |