Share via


ElectronicJournal.CapStation Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the availability of data capturing for the device and the storage medium.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CapStation As ElectronicJournalStations
public abstract ElectronicJournalStations CapStation { get; }
public:
virtual property ElectronicJournalStations CapStation {
    ElectronicJournalStations get () abstract;
}
/** @property */
public abstract ElectronicJournalStations get_CapStation ()
public abstract function get CapStation () : ElectronicJournalStations

Remarks

CapStation property is a logical OR combination of any of the following values, contained in the ElectronicJournalStations enumeration:

Value

Meaning

Receipt

Captures data output into receipt station and stores it into the medium.

Slip

Captures data output into slip station and stores it into the medium.

Journal

Captures data output into journal station and stores it into the medium.

This property is initialized by the Open method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ElectronicJournal Class
ElectronicJournal Members
Microsoft.PointOfService Namespace
ElectronicJournalStations
Station