Methods
close
- close(...args: any[]): any
connect
- connect(...to: any[]): any
sink
- sink(event: string, once: boolean, callback: (...args: any[]) => void): void
-
Parameters
-
event: string
-
once: boolean
-
callback: (...args: any[]) => void
Returns void
unsink
- unsink(event: string, callback: (...args: any[]) => void): void
-
Parameters
-
event: string
-
callback: (...args: any[]) => void
Returns void
unsinkAll
- unsinkAll(event?: string): void
Interface representing a communication port.