Cronous Emulation Server Daemon

TCPSocket.send Method (Byte[], Int32, Int32)

Pushes data to be sent.

[Visual Basic]
Public Sub send( _ 
   ByVal buf As Byte(), _ 
   ByVal index As Integer, _ 
   ByVal size As Integer _ 
)
[C#]
public void send(
   byte[] buf,
   int index,
   int size
);
[C++]
public: void send(
   char buf __gc[],
   int index,
   int size
);
[JScript]
public function send(
   Byte[] buf,
   int index,
   int size
);

Parameters

buf
Buffer of data.
index
Start index of buf.
size
Amount of data to send.

See Also

TCPSocket Class | croemud.connection Namespace | TCPSocket.send Overload List