public interface ISocketSeverProtocolDecoder
packetReceived
methodModifier and Type | Method and Description |
---|---|
void |
decode(byte[] bBuffer)
Function called when incoming data is received by a connection.
|
void |
setListener(ISocketServerProtocolDecoderListener listener)
Sets the listener which will be notified about the new incoming
frames/packets.
|
void decode(byte[] bBuffer)
bBuffer
- the new data receivedvoid setListener(ISocketServerProtocolDecoderListener listener)
listener
- the listener to receive the notification of new frames/packetsCopyright © 2018 universAAL Consortium. All rights reserved.