Exemple #1
0
 public int Put(QIODevice dev, string file, QFtp.TransferType type) {
     return (int) interceptor.Invoke("put#$$", "put(QIODevice*, const QString&, QFtp::TransferType)", typeof(int), typeof(QIODevice), dev, typeof(string), file, typeof(QFtp.TransferType), type);
 }
Exemple #2
0
 public int Get(string file, QIODevice dev, QFtp.TransferType type) {
     return (int) interceptor.Invoke("get$#$", "get(const QString&, QIODevice*, QFtp::TransferType)", typeof(int), typeof(string), file, typeof(QIODevice), dev, typeof(QFtp.TransferType), type);
 }
Exemple #3
0
 public int Put(QByteArray data, string file, QFtp.TransferType type) {
     return (int) interceptor.Invoke("put#$$", "put(const QByteArray&, const QString&, QFtp::TransferType)", typeof(int), typeof(QByteArray), data, typeof(string), file, typeof(QFtp.TransferType), type);
 }