Skip to content

Revive Point of Service docs from the dead #32079

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/framework/additional-apis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Some libraries target specific platforms. For example, the <xref:System.Text.Cod
| Project | Description |
| ------- | ----------- |
| <xref:System.Text.CodePagesEncodingProvider> | Extends the <xref:System.Text.EncodingProvider> class to make code page encodings available to apps that target the Universal Windows Platform. |

| [Point of Service for .NET](pos-for-net/index.md) | Provides a set of classes that enable you to develop applications that interact with POS devices. |
## Private APIs

These APIs support the product infrastructure and are not intended or supported to be used directly from your code.
Expand Down
1 change: 1 addition & 0 deletions docs/framework/additional-apis/pos-for-net/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# POS for .NET
169 changes: 169 additions & 0 deletions docs/framework/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,175 @@ items:
href: additional-apis/stdole.stdfont.md
- name: StdPicture interface
href: additional-apis/stdole.stdpicture.md
- name: Point of Service for .NET v1.14.1
href: additional-apis/pos-for-net/index.md #../bb429024(v=winembedded.4).md
items:
- name: Copyright Information
href: bb429018(v=winembedded.4).md
- name: POS for .NET FAQ
href: ee406171(v=winembedded.4).md
- name: What's New
href: dn638335(v=winembedded.4).md
- name: POS for .NET v1.14.1 Features
href: bb411785(v=winembedded.4).md
items:
- name: POS for .NET Architecture
href: bb429017(v=winembedded.4).md
- name: Service Object Overview
href: bb428973(v=winembedded.4).md
- name: Supported Device Classes
href: bb411798(v=winembedded.4).md
- name: Event Management
href: bb428968(v=winembedded.4).md
- name: POS Exception Handling
href: bb428995(v=winembedded.4).md
- name: POS for .NET Integration with Plug and Play
href: bb428992(v=winembedded.4).md
- name: Log Files
href: bb428959(v=winembedded.4).md
- name: Integration of Legacy Service Objects
href: bb429016(v=winembedded.4).md
- name: Developing a POS Application
href: bb428947(v=winembedded.4).md
items:
- name: Application Compatibility with 32-bit OPOS Service Objects
href: dn638870(v=winembedded.4).md
- name: Typical POS Application Architecture
href: bb428956(v=winembedded.4).md
- name: API Support
href: bb428955(v=winembedded.4).md
items:
- name: PosCommon Class
href: bb428969(v=winembedded.4).md
- name: PosExplorer Class
href: bb429007(v=winembedded.4).md
- name: DeviceInfo Class
href: bb428966(v=winembedded.4).md
- name: Exception Classes
href: bb428949(v=winembedded.4).md
- name: Event Handler Sample
href: bb429009(v=winembedded.4).md
- name: Developing a Custom Service Object
href: bb411797(v=winembedded.11).md
items:
- name: POS for .NET Service Object Architecture
href: bb429020(v=winembedded.11).md
items:
- name: POS for .NET Class Tree
href: bb428948(v=winembedded.11).md
- name: Attributes for Identifying Service Objects and Assigning Hardware
href: bb411793(v=winembedded.11).md
- name: Hydra Devices
href: bb429005(v=winembedded.11).md
- name: Plug and Play Support
href: bb428984(v=winembedded.11).md
- name: PosCommon Information for Service Object Developers
href: bb428986(v=winembedded.11).md
- name: POS for .NET Device Basic Classes
href: bb428994(v=winembedded.11).md
- name: System Configuration
href: bb428954(v=winembedded.4).md
items:
- name: POS for .NET Registry Settings
href: bb428977(v=winembedded.4).md
- name: POS Device Manager Output
href: bb428978(v=winembedded.4).md
- name: Point of Service Performance Counters
href: bb428982(v=winembedded.4).md
- name: Plug and Play XML Configuration
href: bb428988(v=winembedded.4).md
- name: 'Service Object Samples: Getting Started'
href: bb429011(v=winembedded.4).md
items:
- name: Setting up a Service Object Project
href: bb428991(v=winembedded.4).md
- name: Creating a Basic Service Object Code Template
href: bb428952(v=winembedded.4).md
- name: Adding Plug and Play Support
href: bb429008(v=winembedded.4).md
- name: Creating a Service Object Sample
href: bb428958(v=winembedded.4).md
- name: Introducing Service Object Reader Threads
href: bb428961(v=winembedded.4).md
- name: Creating a Working, Multithreaded Service Object
href: bb428953(v=winembedded.4).md
- name: Developing Service Objects Using Base Classes
href: bb428950(v=winembedded.4).md
items:
- name: Scanner Implementation
href: bb411784(v=winembedded.4).md
items:
- name: Data Decoding
href: bb428996(v=winembedded.4).md
- name: Scanner Events
href: bb411801(v=winembedded.4).md
- name: CashDrawer Implementation
href: bb429012(v=winembedded.4).md
- name: LineDisplay Implementation
href: bb428980(v=winembedded.4).md
items:
- name: LineDisplay Capabilities
href: bb411791(v=winembedded.4).md
- name: LineDisplay Sample
href: bb411792(v=winembedded.4).md
- name: PinPad Implementation
href: bb411789(v=winembedded.4).md
items:
- name: PinPad Capabilities
href: bb428971(v=winembedded.4).md
- name: PinPad Sample
href: bb429001(v=winembedded.4).md
- name: PosKeyboard Implementation
href: bb428957(v=winembedded.4).md
- name: Using Impl Methods for Synchronous or Asynchronous Output
href: bb429022(v=winembedded.4).md
- name: Device Input and Events
href: bb411799(v=winembedded.4).md
- name: Device Output Models
href: bb428946(v=winembedded.4).md
- name: Asynchronous Output Sample
href: bb428998(v=winembedded.4).md
- name: Statistics Sample
href: bb428964(v=winembedded.4).md
- name: Base Class DirectIO Method
href: bb411787(v=winembedded.4).md
- name: Capability Properties
href: bb428993(v=winembedded.4).md
- name: Manually manage your POS for .NET devices
href: dn628427(v=winembedded.4).md
- name: POS Device Manager
href: bb411788(v=winembedded.4).md
items:
- name: Configure a device for remote management
href: dn638515(v=winembedded.4).md
- name: Using the WMI API to Manage Devices
href: bb429013(v=winembedded.4).md
items:
- name: ServiceObject Class
href: bb411790(v=winembedded.4).md
- name: PosDevice Class
href: bb428974(v=winembedded.4).md
- name: LogicalDevice Class
href: bb428963(v=winembedded.4).md
- name: DeviceProperty Class
href: bb411786(v=winembedded.4).md
- name: Using VBScript to Manage Devices
href: bb411796(v=winembedded.4).md
- name: Using Visual Studio .NET Management Extensions and the POS for .NET WMI Management Classes
href: bb429006(v=winembedded.4).md
- name: Using the POS Device Manager Command-Line Tool
href: bb429003(v=winembedded.4).md
items:
- name: Command-Line Help for POSDM
href: bb429021(v=winembedded.4).md
- name: General POSDM Switches
href: bb429023(v=winembedded.4).md
- name: POSDM Commands
href: bb429010(v=winembedded.4).md
- name: POSDM Command Arguments
href: bb428960(v=winembedded.4).md
- name: POS for .NET Reference
href: /dotnet/api/?view=point-of-service-1.14&preserve-view=true
- name: What's new and obsolete
items:
- name: What's new
Expand Down