Unknown events

I am working on direct control of a Repetier server.
I am getting unknown events:  ones with no CBID; ones with an event of "timerxx".
Can you clarify?
Also, is there a way to suspend/hide 'temp' events?
Thanks for any help

Comments

  • Callback ID -1 are server side generated events. With CBID these are just responses to calls. Event are important so you are always up to date with all informations. Except log and move events these can not be masked.

    timerxx are just repeated timer events that can be used to run some tasks every 30 seconds/minute/5 minutes. Mainly used internally but since all components get all events to allow same things on each level of implementation you get them also.
Sign In or Register to comment.