Write to the stream


Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Overrides 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
)
C++
public:
 virtual void Write(
   array<char>^ buffer,
   int offset,
   int count
) override 
J#
public override void Write(
   byte[] buffer,
   int offset,
   int count
)
JScript
public override  function Write(
   buffer : Byte[],
   offset : int,
   count : int
)

Parameters

buffer
buffer to read data from
offset
offset from which to read
count
number of bytes to write

See Also