Search
Preparing search index...
The search index is not available
pjcontrol
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
core
Hub
Class Hub
Class representing a singleton hub containing multiple communication ports.
Hierarchy
Hub
Index
Constructors
constructor
Properties
ports
Methods
add
get
remove
Constructors
constructor
new
Hub
(
)
:
Hub
Returns
Hub
Properties
Private
ports
ports
:
{}
Type declaration
[
id:
string
]:
Port
Methods
add
add
(
id
:
string
, port
:
Port
)
:
void
Parameters
id:
string
port:
Port
Returns
void
get
get
(
id
:
string
)
:
Port
Parameters
id:
string
Returns
Port
remove
remove
(
id
:
string
)
:
void
Parameters
id:
string
Returns
void
Globals
christie
core
christie
core
Hub
constructor
ports
add
get
remove
Generated using
TypeDoc
Class representing a singleton hub containing multiple communication ports.