Share via


Belt.MotionStatus Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the current motion state of the device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property MotionStatus As BeltMotionStatus
public abstract BeltMotionStatus MotionStatus { get; }
public:
virtual property BeltMotionStatus MotionStatus {
    BeltMotionStatus get () abstract;
}
/** @property */
public abstract BeltMotionStatus get_MotionStatus ()
public abstract function get MotionStatus () : BeltMotionStatus

Remarks

This property is initialized and kept current while the device is enabled.

An appropriate StatusUpdateEvent indicating a status change will be enqueued.

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

Belt Class
Belt Members
Microsoft.PointOfService Namespace