Reads a specified number of bytes starting from the unread portion of a QABinaryMessage instance body.
Visual Basic Public Function ReadBinary( _ ByVal bytes As Byte(), _ ByVal len As Integer _ ) As Integer
C# public int ReadBinary( byte[] bytes, int len );
bytes The byte array that contains the read bytes.
len The maximum number of bytes to read.
The number of bytes read from the message body.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |