send abstract method

int send(
  1. List<int> data
)

Sends data to the endpoint of this DtlsConnection.

Returns the number of bytes written. A DtlsException is thrown if the client or server is not connected to the peer anymore.

Implementation

int send(List<int> data);