×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

C # INDI library

  • Posts: 52
  • Thank you received: 15
Hi

With reference to the C # INDI library here (and here )

Is there an actual working Visual Studio C # example available anywhere as a tutorial for using the INDILIB C # library

Other than this code snippet ( example c sharp code snippet source ) ?

<code>
string address = "127.0.0.1"; //default value: "127.0.0.1" can omit this parameter
int port = 7624; // default value: 7624 this also can be omitted
INDIForm form = new INDIForm(address, port);
form.Show();
</code>
Last edit: 4 years 7 months ago by Acapulco Rolf.
4 years 7 months ago #43021

Please Log in or Create an account to join the conversation.

Time to create page: 0.526 seconds