SevenSegmentBits Enumeration

Phcc Interface Library .NET / COM

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
<FlagsAttribute> _
<ComVisibleAttribute(True)> _
Public Enumeration SevenSegmentBits
C#
[FlagsAttribute]
[ComVisibleAttribute(true)]
public enum SevenSegmentBits

Members

Member nameDescription
None
SegmentA
SegmentB
SegmentC
SegmentD
SegmentE
SegmentF
SegmentG
SegmentDP
All

See Also