PointCardRWTracks Enum
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.
Enumerates the possible tracks to read from or write to.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PointCardRWTracks
[<System.Flags>]
type PointCardRWTracks =
Public Enum PointCardRWTracks
- Inheritance
-
PointCardRWTracks
- Attributes
Fields
Name | Value | Description |
---|---|---|
Track1 | 1 | Track 1 |
Track2 | 2 | Track 2 |
Track3 | 4 | Track 3 |
Track4 | 8 | Track 4 |
Track5 | 16 | Track 5 |
Track6 | 32 | Track 6 |