Interface IMrpConnectionListener
- Namespace
- AppleTvControlLibrary.Mrp.Connection
- Assembly
- AppleTvControlLibrary.Mrp.dll
Listener interface for an MRP connection.
public interface IMrpConnectionListener
Methods
MessageReceived(byte[])
A complete, decrypted message was received from the remote device.
void MessageReceived(byte[] data)
Parameters
databyte[]The serialized protobuf message bytes.