Share via


ElectronicValueRW.AccessLog(Int32, TransactionLogType, Int32) Method

Definition

Gets the transaction log from the device.

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

Parameters

sequenceNumber
Int32

The sequence number to get transaction log.

type
TransactionLogType

Specifies whether the transaction log is the intermediate total or the last total.

timeout
Int32

The maximum waiting time (in milliseconds) until the response is received from the device. WaitForever can be specified.

Applies to