共用方式為


PosPower.StandbyPos(SystemStateChangeReason) Method

Definition

Requests that the POS system be put in the Standby state or responds to a request to put the system in the Standby state.

public virtual void StandbyPos (Microsoft.PointOfService.SystemStateChangeReason reason);
abstract member StandbyPos : Microsoft.PointOfService.SystemStateChangeReason -> unit
override this.StandbyPos : Microsoft.PointOfService.SystemStateChangeReason -> unit
Public Overridable Sub StandbyPos (reason As SystemStateChangeReason)

Parameters

reason
SystemStateChangeReason

Specifies the reason StandbyPos has been called. Possible values are defined by the SystemStateChangeReason enumeration.

Applies to