Reads a certain number of bytes from the input buffer.
[Visual Basic .NET] Public Function Read(ByVal Count As Long) As Variant |
Parameters
Count
The number of bytes to read from the input buffer.
Return Value
A Variant that contains a byte array read from the input buffer.
Remarks
You can use this method to read partial data in the input buffer, the InputData property returns all available data in the input buffer.
See Also