コード例 #1
0
 internal Service(global::KRPC.Client.IConnection serverConnection)
 {
     connection = serverConnection;
 }
コード例 #2
0
 /// <summary>
 /// Construct an instance of this remote object. Should not be called directly. This interface is intended for internal decoding.
 /// </summary>
 public Processor(global::KRPC.Client.IConnection connection, UInt64 id) : base(connection, id)
 {
 }
コード例 #3
0
 /// <summary>
 /// Create an instance of the Trajectories service.
 /// </summary>
 public static global::KRPC.Client.Services.Trajectories.Service Trajectories(this global::KRPC.Client.IConnection connection)
 {
     return(new global::KRPC.Client.Services.Trajectories.Service(connection));
 }
コード例 #4
0
 /// <summary>
 /// Create an instance of the KIPC service.
 /// </summary>
 public static global::KRPC.Client.Services.KIPC.Service KIPC(this global::KRPC.Client.IConnection connection)
 {
     return(new global::KRPC.Client.Services.KIPC.Service(connection));
 }
コード例 #5
0
ファイル: Impact.cs プロジェクト: Aurebleyde/SpaceXComputer
 /// <summary>
 /// Create an instance of the Impact service.
 /// </summary>
 public static global::KRPC.Client.Services.Impact.Service Impact(this global::KRPC.Client.IConnection connection)
 {
     return(new global::KRPC.Client.Services.Impact.Service(connection));
 }