main flow


  • check args

    -v call for SandcastleVersion()

  • define class LiteClient object

    LiteClient client

  • call LiteClient start method

    client.start()

  • while loop check running

    while(1){

    Sleep(1000);

    if( _kbhit() ){

    int ch = getch();

    if( ch == 'c' || ch == 'C' )

    break;

    }

    if( !client.isRunning() )

    break;

    }

  • stop client

results matching ""

    No results matching ""