Function WriteTransport.write
Write some data to the transport.
abstract void write
(
ubyte[] data
) @nogc;
Parameters
| Name | Description |
|---|---|
| data | Data to send. |
Write some data to the transport.
abstract void write
(
ubyte[] data
) @nogc;
| Name | Description |
|---|---|
| data | Data to send. |