PointCardReadWriteStates Constructor
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.
Creates a new instance of PointCardReadWriteStates from parameters specifying the instance's constituent parts.
public PointCardReadWriteStates (Microsoft.PointOfService.PointCardReadWriteState track1, Microsoft.PointOfService.PointCardReadWriteState track2, Microsoft.PointOfService.PointCardReadWriteState track3, Microsoft.PointOfService.PointCardReadWriteState track4, Microsoft.PointOfService.PointCardReadWriteState track5, Microsoft.PointOfService.PointCardReadWriteState track6);
new Microsoft.PointOfService.PointCardReadWriteStates : Microsoft.PointOfService.PointCardReadWriteState * Microsoft.PointOfService.PointCardReadWriteState * Microsoft.PointOfService.PointCardReadWriteState * Microsoft.PointOfService.PointCardReadWriteState * Microsoft.PointOfService.PointCardReadWriteState * Microsoft.PointOfService.PointCardReadWriteState -> Microsoft.PointOfService.PointCardReadWriteStates
Public Sub New (track1 As PointCardReadWriteState, track2 As PointCardReadWriteState, track3 As PointCardReadWriteState, track4 As PointCardReadWriteState, track5 As PointCardReadWriteState, track6 As PointCardReadWriteState)
Parameters
- track1
- PointCardReadWriteState
A PointCardReadWriteState enumeration value.
- track2
- PointCardReadWriteState
A PointCardReadWriteState enumeration value.
- track3
- PointCardReadWriteState
A PointCardReadWriteState enumeration value.
- track4
- PointCardReadWriteState
A PointCardReadWriteState enumeration value.
- track5
- PointCardReadWriteState
A PointCardReadWriteState enumeration value.
- track6
- PointCardReadWriteState
A PointCardReadWriteState enumeration value.