LedBlink Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Led blink pattern
public class LedBlink : IEquatable<Iot.Device.PiJuiceDevice.Models.LedBlink>
type LedBlink = class
interface IEquatable<LedBlink>
Public Class LedBlink
Implements IEquatable(Of LedBlink)
- Inheritance
-
LedBlink
- Implements
Constructors
LedBlink(Led, Boolean, Byte, Color, TimeSpan, Color, TimeSpan) |
Led blink pattern |
LedBlink(LedBlink) |
Properties
BlinkIndefinite |
Blink indefinite. |
ColorFirstPeriod |
Color for first period of blink. |
ColorSecondPeriod |
Color for second period of blink. |
Count |
Number of blinks between [1 - 254]. |
EqualityContract | |
FirstPeriod |
Duration of first blink period in milliseconds between [10 – 2550]. |
Led |
Led designator. |
SecondPeriod |
Duration of second blink period in milliseconds between [10 – 2550]. |
Methods
<Clone>$() | |
Deconstruct(Led, Boolean, Byte, Color, TimeSpan, Color, TimeSpan) | |
Equals(LedBlink) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(LedBlink, LedBlink) | |
Inequality(LedBlink, LedBlink) |