Share via


FiscalDataItem Structure (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines the programmatic structure used by the service object to return a fiscal data item from a Fiscal Printer device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Structure FiscalDataItem
public struct FiscalDataItem
public value class FiscalDataItem
public final class FiscalDataItem extends ValueType

Remarks

Used as the return value of GetData. The POS application calls GetData to request a specified fiscal data item for a fiscal printer. The service object returns this information in the form of a FiscalDataItem structure.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

FiscalDataItem Members
Microsoft.PointOfService Namespace
GetData