ElectronicValueRW.ReaderWriterServiceList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the comma-separated values (CSV) list of services that are supported by the Electronic Value RW device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ReaderWriterServiceList As ReadOnlyCollection(Of String)
public abstract ReadOnlyCollection<string> ReaderWriterServiceList { get; }
public:
virtual property ReadOnlyCollection<String^>^ ReaderWriterServiceList {
    ReadOnlyCollection<String^>^ get () abstract;
}
/** @property */
public abstract ReadOnlyCollection<String> get_ReaderWriterServiceList ()
public abstract function get ReaderWriterServiceList () : ReadOnlyCollection<String>

Remarks

Holds the comma-separated list of services that are supported by the ElectronicValueRW device.

For example, when the character string that identifies 'A' electronic money service is "MoneyA" and the character string that identifies 'B' electronic point service is "PointB," the ReaderWriterServiceList property becomes "MoneyA,PointB."

If the service supports the subservice, the Open method succeeds, the service that all the subservices provide is enumerated.

If the ElectronicValueRW service does not support the subservice and an ElectronicValueRW service supports many services, those services are enumerated by this property.

This property is initialized by the Open method. The initialization value depends on what services are supported; for example, if the ElectronicValueRW device supports "MoneyA" and "PointB" services, this property is initialized to "MoneyA, PointB."

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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace