WriteTagSections Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the writable fields in the tag.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration WriteTagSections
[FlagsAttribute] 
public enum WriteTagSections
[FlagsAttribute] 
public enum class WriteTagSections
/** @attribute FlagsAttribute() */ 
public enum WriteTagSections
FlagsAttribute 
public enum WriteTagSections

Members

Member name Description
All All fields in the tag are writable.
IdOnly The ID field in the tag is writable.
None No writable fields in the tag.
UserData The UserData field in the tag is writable.

Remarks

The value of this property indicates only the write capability of the device and does not imply the write ability of any specific tag. The application should query this property before invoking writing methods.

This property is initialized by the Open method.

See Also

Reference

Microsoft.PointOfService Namespace