Searched refs:sendString (Results 1 – 2 of 2) sorted by relevance
49 - (void)sendString:(NSString *)string;85 [connection sendString:@".\r\n"];
103 TcpClient.prototype.sendString = function(msg, callback) { method in TcpClient