Share via


RemoteOrderDisplay.CharacterSetList Property

2/27/2008

Gets the character set for the video unit specified by the CurrentUnitId property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CharacterSetList As Integer()
public abstract int[] CharacterSetList { get; }
public:
virtual property array<int>^ CharacterSetList {
    array<int>^ get () abstract;
}
/** @property */
public abstract int[] get_CharacterSetList ()
public abstract function get CharacterSetList () : int[]

Remarks

If CapSelectCharacterSet is true, CharacterSetList is initialized for each video unit online when the device is first enabled by the service object; otherwise, CharacterSetList is initialized with the string "[Error]".

The character set is identified by integer values separated by commas.

For example, if the integers are "101, 850, 999", the video unit supports a device-specific character set, code page 850, and the Windows ANSI character set.

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

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
RemoteOrderDisplay.CapSelectCharacterSet Property
CurrentUnitId
RemoteOrderDisplay.CharacterSet Property
RemoteOrderDisplay.SelectCharacterSet Method