FiscalPrinter.GetData(FiscalData, 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.
Retrieves data and counters from the printer’s fiscal module.
public abstract Microsoft.PointOfService.FiscalDataItem GetData (Microsoft.PointOfService.FiscalData dataItem, int optArgs);
abstract member GetData : Microsoft.PointOfService.FiscalData * int -> Microsoft.PointOfService.FiscalDataItem
Public MustOverride Function GetData (dataItem As FiscalData, optArgs As Integer) As FiscalDataItem
Parameters
- dataItem
- FiscalData
The specific FiscalData item to retrieve.
- optArgs
- Int32
For some dataItem types this additional argument may be needed. Contact the Service Object vendor's documentation for more information.
Returns
A FiscalDataItem that contains the information retrieved.