Socket
Book a DemoInstallSign in
Socket

@frontall/capacitor-udp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontall/capacitor-udp

UDP Plugin for CapacitorJS inspired by the UDP Plugin of https://github.com/unitree-czk/capacitor-udp

0.3.4
latest
Source
npmnpm
Version published
Weekly downloads
112
49.33%
Maintainers
1
Weekly downloads
 
Created
Source

capacitor-udp

UDP Plugin for CapacitorJS based on the UDP Plugin of https://github.com/unitree-czk/capacitor-udp which is no longer maintained. So a new repo to push the plugin to be suitable for CapacitorJS 3+.

Install

npm install capacitor-udp
npx cap sync

API

create(...)

create(options?: { properties?: { name?: string | undefined; bufferSize?: number | undefined; } | undefined; } | undefined) => any
ParamType
options{ properties?: { name?: string; bufferSize?: number; }; }

Returns: any

update(...)

update(options: { socketId: number; properties: { name?: string; bufferSize?: number; }; }) => any
ParamType
options{ socketId: number; properties: { name?: string; bufferSize?: number; }; }

Returns: any

setPaused(...)

setPaused(options: { socketId: number; paused: boolean; }) => any
ParamType
options{ socketId: number; paused: boolean; }

Returns: any

bind(...)

bind(options: { socketId: number; address: string; port: number; }) => any
ParamType
options{ socketId: number; address: string; port: number; }

Returns: any

send(...)

send(options: { socketId: number; address: string; port: number; buffer: string; }) => any
ParamType
options{ socketId: number; address: string; port: number; buffer: string; }

Returns: any

closeAllSockets()

closeAllSockets() => any

Returns: any

close(...)

close(options: { socketId: number; }) => any
ParamType
options{ socketId: number; }

Returns: any

getInfo(...)

getInfo(options: { socketId: number; }) => any
ParamType
options{ socketId: number; }

Returns: any

getSockets()

getSockets() => any

Returns: any

joinGroup(...)

joinGroup(options: { socketId: number; address: string; }) => any
ParamType
options{ socketId: number; address: string; }

Returns: any

leaveGroup(...)

leaveGroup(options: { socketId: number; address: string; }) => any
ParamType
options{ socketId: number; address: string; }

Returns: any

setMulticastTimeToLive(...)

setMulticastTimeToLive(options: { socketId: number; ttl: number; }) => any
ParamType
options{ socketId: number; ttl: number; }

Returns: any

setBroadcast(...)

setBroadcast(options: { socketId: number; enabled: boolean; }) => any
ParamType
options{ socketId: number; enabled: boolean; }

Returns: any

setMulticastLoopbackMode(...)

setMulticastLoopbackMode(options: { socketId: number; enabled: boolean; }) => any
ParamType
options{ socketId: number; enabled: boolean; }

Returns: any

getJoinedGroups()

getJoinedGroups() => any

Returns: any

addListener(...)

addListener(events: 'receive', functions: (params: { socketId: number; buffer: string; }) => void) => PluginListenerHandle
ParamType
events"receive"
functions(params: { socketId: number; buffer: string; }) => void

Returns: PluginListenerHandle

addListener(...)

addListener(events: 'receiveError', functions: (params: string) => void) => PluginListenerHandle
ParamType
events"receiveError"
functions(params: string) => void

Returns: PluginListenerHandle

Interfaces

PluginListenerHandle

PropType
remove() => any

Keywords

capacitor

FAQs

Package last updated on 18 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.