Example #1
0
 public EnumerateEventArgs(TinkerforgeDeviceInfo deviceInfo, int enumerationType)
     : this(deviceInfo, (EnumerationType)enumerationType)
 {
 }
Example #2
0
 public EnumerateEventArgs(TinkerforgeDeviceInfo deviceInfo, EnumerationType enumerationType)
 {
     DeviceInfo      = deviceInfo;
     EnumerationType = enumerationType;
 }