コード例 #1
0
 /// <summary>
 /// Initialize the GeckoUConnection Class
 /// </summary>
 /// <param name="host">Wii U IP Address</param>
 /// <param name="port">Wii U Port</param>
 public GeckoUCore(string host, int port)
 {
     GUC = new GeckoUConnect(host, port);
 }
コード例 #2
0
 /// <summary>
 /// Initialize the GeckoUConnection Class
 /// </summary>
 /// <param name="host">Wii U IP Address</param>
 public GeckoUCore(string host)
 {
     GUC = new GeckoUConnect(host, default_port);
 }