Share via


CashChanger.ServiceIndex Property

2/27/2008

Indicates the service index for each type of the integrated service types.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ServiceIndex As ServiceIndex
public virtual ServiceIndex ServiceIndex { get; }
public:
virtual property ServiceIndex ServiceIndex {
    ServiceIndex get ();
}
/** @property */
public ServiceIndex get_ServiceIndex ()
public function get ServiceIndex () : ServiceIndex

Remarks

The value is divided into four bytes that indicates the service index for each integrated service type. The following table indicates how the property is divided:

High Word

Low Word

High Byte Low Byte
Bill Dispenser Bill Acceptor

High Byte Low Byte
Coin Dispenser Coin Acceptor

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

CashChanger Class
CashChanger Members
Microsoft.PointOfService Namespace
CashChanger.CurrentService Property
ServiceCount