
6 Nov
2010
6 Nov
'10
8:29 p.m.
On Nov 4, 2010, at 3:48 PM, C K Kashyap wrote:
Also, any reference/suggestion on how I could go about using a state machine to deal with the RFB protocol.
A simple way to model state machines is to use one function for each state. Each function calls the functions corresponding to successor states. (Not sure whether this answers you question, though). Sebastian