Queues specified data to write buffer. If write buffer is full, buffered data will be sent to detination host.
| C# | Visual Basic | Visual C++ |
public void Write( byte[] data )
Public Sub Write ( _ data As Byte() _ )
public: void Write( array<unsigned char>^ data )
- data (array<Byte>[]()[][])
- Data to queue.