Skip to main content

Interface: UDPSocketOpenInfo

Properties

localAddress

localAddress: string


localPort

localPort: number


multicastController

multicastController: MulticastController


readable

readable: ReadableStream<UDPMessage>


remoteAddress?

optional remoteAddress?: string


remotePort?

optional remotePort?: number


writable

writable: WritableStream<UDPMessage>