示例#1
0
 public static Channel connect(string name)
 {
     return(new Channel(PicoDLL.channel_connect(name)));
 }