Proxy class generated from the service interface definition.

Namespace

services::exampleserviceinterface::proxy::ExampleServiceInterfaceProxy

Constructor

ServiceInterfaceProxy()

Deconstructor

~ ServiceInterfaceProxy()

Attributes

Name

Example

Access

methods::methodname methodname

methods:: ExampleMethod ExampleMethod

Public

events::eventname eventname

events:: ExampleEvent ExampleEvent

Public

fields::fieldname fieldname

fields:: ExampleField ExampleField

Public

Member functions

The member functions of the base class are included here as well.

Name

Description

Access

Preconstruct()

Exception-less pre-construction of ServiceInterfaceProxy.

Static Public

FindService()

Single find request.

Static Public

StartFindService()

Start an asynchronous FindService notification about service updates. Runs continually in the background.

Static Public

StopFindService()

Stop receiving further notifications. Ends background activity.

Static Public

ReadServiceState()

Poll the current state of the service backend.

Public

ReadSkeletonConnectionState()

Polls the current connection state to the skeleton.

Public