Cat.AccessDailyLog(Int32, CatLogs, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.