UNPKG

@react-native-oh-tpl/react-native-tcp-socket

Version:

React Native TCP socket API for HarmonyOS with SSL/TLS support

13 lines (9 loc) 158 B
export class TcpSocket { private id: number; constructor(id: number) { this.id = id; } getId(): number { return this.id; } }