ElectronicValueRW.AccessLog(Int32, TransactionLogType, 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 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.