共用方式為


Cat.AccessDailyLog(Int32, CatLogs, Int32) Method

Definition

Gets the daily log from CAT.

public abstract void AccessDailyLog (int sequenceNumber, Microsoft.PointOfService.CatLogs type, int timeout);
abstract member AccessDailyLog : int * Microsoft.PointOfService.CatLogs * int -> unit
Public MustOverride Sub AccessDailyLog (sequenceNumber As Integer, type As CatLogs, timeout As Integer)

Parameters

sequenceNumber
Int32

The sequence number to get the daily log.

type
CatLogs

Specifies whether the daily log is intermediate total or final total and erase.

timeout
Int32

The maximum waiting time (in milliseconds) until the response is received from the CAT device. WaitForever, 0, and positive values can be specified.

Applies to