Exemple #1
0
 public int append(string data)
 {
     return(PicoDLL.buffer_append_string(handle, data));
 }