[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Tethering](./puppeteer.protocol.tethering.md) > [AcceptedEvent](./puppeteer.protocol.tethering.acceptedevent.md) ## Protocol.Tethering.AcceptedEvent interface Informs that port was successfully bound and got a specified connection id. Signature: ```typescript export interface AcceptedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [connectionId](./puppeteer.protocol.tethering.acceptedevent.connectionid.md) | string | Connection id to be used. | | [port](./puppeteer.protocol.tethering.acceptedevent.port.md) | [integer](./puppeteer.protocol.integer.md) | Port number that was successfully bound. |