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

ObexPutStream.Write Method 

Writes data to the ObexPutStream.

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

Parameters

buffer
An array of type Byte that contains the data to write to the ObexPutStream.
offset
The location in buffer from which to start writing data.
count
The number of bytes to write to the ObexPutStream.

See Also

ObexPutStream Class | Brecham.Obex Namespace