Skeleton class generated from the service interface definition.

Namespace

services::exampleserviceinterface::skeleton::ExampleServiceInterfaceSkeleton

Constructor

ServiceInterfaceSkeleton()

Deconstructor

~ServiceInterfaceSkeleton()

Attributes

Name

Example

Access

events::eventname eventname

events:: ExampleEvent ExampleEvent

Public

fields::fieldname fieldname

fields:: ExampleField ExampleField

Public

Member functions

Name

Description

Access

preconstruct()

Exception-less pre-construction of ServiceInterfaceskeleton.

Static Public

custommethod()

Provided implementation for service interface method.

Public

OfferService()

Offers the service.

Public

StopOfferService()

Stops the service offer.

Public

ProcessNextMethodCall()

Fetches the next call from the Communication Management and executes it.

Public