Exemple #1
0
 /// <summary>
 /// Creates a new instance of EventHandlerForDevice, enables auto reconnect, and uses it as the Current instance.
 /// </summary>
 public static void CreateNewEventHandlerForDevice()
 {
     handler = new ParametersProtocol();
 }
Exemple #2
0
 public ParametersProtocol()
 {
     buffer  = new Byte[MaintenanceToolProtocol.Constants.BufferSize];
     handler = this;
 }