int BeginAccept(string, string, string)

Security

Trust Level Required: Full Trust

Parameters

Name Description
currencyType (Optional) string
Optional currency type required for this operation. Default: null.
callbackName (Optional) string
The JavaScript function to call when the operation is finished, whether successful or not. If null or ommitted, OnKioDeviceCmdResult will be called. Default: null.
deviceName (Optional) string
The name of the device, as specified in the Config Tool. Default: null.

Return

A positive, incrementing number, or 0 upon failure.

Remarks

None.