Brecham.Obex — An OBEX library for the .NET Framework

ObexGetStream.Read Method 

Reads data from the ObexGetStream.

[Visual Basic]
Overrides Public Function Read( _
   ByVal buffer As Byte(), _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As Integer
[C#]
public override int Read(
   byte[] buffer,
   int offset,
   int count
);

Parameters

buffer
An array of type Byte that is the location in memory to store data read from the ObexGetStream
offset
The location in buffer to begin storing the data to.
count
The number of bytes to read from the ObexGetStream.

Return Value

The number of bytes read from the ObexGetStream.

See Also

ObexGetStream Class | Brecham.Obex Namespace