HyServerSocketService class abstract

A simple websocket service client class

Constructors

HyServerSocketService(String _port, [String? _host])
Create the object ad connect using _host and _port. If _host is not set, the ipaddress of the device is guessed.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webSocket WebSocket
getter/setter pair

Methods

checkConnection() → void
connect() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessage(dynamic data) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited