shsp_types library
Classes
- HandshakeSignal
- PeerInfo
- RemoteInfo
- Remote information containing address and port
- SecuritySignal
Typedefs
-
MessageCallback
= CallbackHandler<
PeerInfo, void> - MessageCallbackFunction = void Function(MessageRecord)
- Function type for message callbacks with positional parameters
-
MessageRecord
= ({List<
int> msg, RemoteInfo rinfo}) - Record type for message callbacks containing the message bytes and sender info