Exemple #1
0
 public virtual void ResendStrobeDuration()
 {
     if (StrobeOutput != null)
     {
         StrobeOutput.Resend();
     }
 }
Exemple #2
0
 public virtual void SetStrobeDuration(Miliseconds duration)
 {
     if (StrobeOutput != null)
     {
         StrobeOutput.Set(duration);
     }
 }