public void SendDatav(params byte[][] buffers) { if (connection == null || !connection.Connected) { return; } connection.Pushv(buffers); }