ElectronicJournalStations 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 station for subsequent data storing into the medium.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ElectronicJournalStations
[<System.Flags>]
type ElectronicJournalStations =
Public Enum ElectronicJournalStations
- Inheritance
-
ElectronicJournalStations
- Attributes
Fields
Name | Value | Description |
---|---|---|
Receipt | 1 | Captures data output into receipt station of PosPrinter and stores it into the medium. |
Slip | 2 | Captures data output into slip station of PosPrinter and stores it into the medium. |
Journal | 4 | Captures data output into journal station of PosPrinter and stores it into the medium. |