Share via


PointCardRW.CapCharacterSet Property

Contains the default character set capability.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As CharacterSetCapability
returnValue = pointCardRW1.CapCharacterSet

Syntax

'Declaration
Public MustOverride ReadOnly Property CapCharacterSet() As CharacterSetCapability
public abstract CharacterSetCapability CapCharacterSet {get;}
public: property virtual CharacterSetCapability^ CapCharacterSet{
    CharacterSetCapability^ get();
}
public abstract CharacterSetCapability get_CapCharacterSet();
public abstract function get CapCharacterSet() : CharacterSetCapability;

Remarks

The default character set can contain a superset of these ranges. The initial CharacterSet property can be examined for additional information.

CapCharacterSet is typically initialized to Alpha. It should then be updated by the service object based on the capabilities of the device.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace