Table of Contents

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

sender object

The CompanionConnection that raised the event.

frameType FrameType

The type of the received frame.

data byte[]

The (already decrypted, if applicable) frame payload.