Interface ServiceProviderDefinition

A factory for instantiation a simulated service server

Hierarchy

  • ServiceProviderDefinition

Properties

factory?: ((services) => JDServiceProvider)

Type declaration

name: string

Name of the simulated device

resetIn?: boolean

Indicates if the simulated device should support resetId

serviceClasses: number[]

List of service classes hosted by the provider

serviceOptions?: ServiceProviderOptions[]

Additional service options

services: (() => JDServiceServer[])

Type declaration

Generated using TypeDoc