Delegate FrameReceivedCallback
- Namespace
- AppleTvControlLibrary.Connection
- Assembly
- AppleTvControlLibrary.dll
Callback signature for the FrameReceived event.
public delegate void FrameReceivedCallback(object sender, FrameType frameType, byte[] data)
Parameters
senderobjectThe CompanionConnection that raised the event.
frameTypeFrameTypeThe type of the received frame.
databyte[]The (already decrypted, if applicable) frame payload.