Share via


CashChanger.ServiceIndex Property (POS for .NET v1.12 SDK Documentation)

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 ByteLow Byte
Bill DispenserBill Acceptor
High ByteLow Byte
Coin DispenserCoin 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