Properties
ip
ip: string = "0.0.0.0"
listeners
listeners: Object
Methods
debugListener
- debugListener(sender: string, type: string, data: object): void
-
Parameters
-
sender: string
-
type: string
-
data: object
Returns void
Protected emit
- emit(type: any, data: any): void
on
- on(type: string, func: Function): void
-
Parameters
-
type: string
-
func: Function
Returns void
send
- send(type: string, data: Object): void
-
Parameters
-
type: string
-
data: Object
Returns void