INDSendResult INDSendResult INDSendResult INDSendResult Interface

Definition

Provides the result, in the form of a response message, from the PlayReady-ND messenger.

public : interface INDSendResultpublic interface INDSendResultPublic Interface INDSendResult// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Response Response Response Response

Gets the response message from a messenger.

public : byte[] Response { get; }public byte[] Response { get; }Public ReadOnly Property Response As byte[]// You can use this property in JavaScript.
Value
byte[] byte[] byte[] byte[]

The response message.