Interface BusOptions

Creation options for a bus

Hierarchy

  • BusOptions

Properties

client?: boolean

enable bus acting as a client

dashboard?: boolean

This bus is a dashboard

deviceId?: string

The self-device device id

disableRoleManager?: boolean

Ignore role managers detected on the bus

parentOrigin?: string

Parent domain origin to handle iframe messages. Defaults to "*".

proxy?: boolean

This bus is a proxy

resetIn?: boolean

Broadcast reset packet

scheduler?: Scheduler

A custom scheduler to control time

serialVendorIds?: number[]

Additional serial connection vendor ids

serviceProviderIdSalt?: string

Stable identifier used to generate unique simulator identifier accross multiple hosted bus environment

services?: ServiceSpec[]

Custom services

Generated using TypeDoc