INDMessenger Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends registration, proximity detection, and license fetch messages between PlayReady-ND receivers and transmitters.
public interface class INDMessenger
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3559782749, 42843, 18367, 130, 73, 188, 131, 130, 13, 163, 138)]
struct INDMessenger
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3559782749, 42843, 18367, 130, 73, 188, 131, 130, 13, 163, 138)]
/// [Windows.Foundation.Metadata.Deprecated("INDMessenger is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
struct INDMessenger
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3559782749, 42843, 18367, 130, 73, 188, 131, 130, 13, 163, 138)]
public interface INDMessenger
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3559782749, 42843, 18367, 130, 73, 188, 131, 130, 13, 163, 138)]
[Windows.Foundation.Metadata.Deprecated("INDMessenger is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public interface INDMessenger
Public Interface INDMessenger
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
SendLicenseFetchRequestAsync(Byte[], Byte[]) |
Sends the specified data in an asynchronous license fetch request message. |
SendProximityDetectionResponseAsync(NDProximityDetectionType, Byte[], Byte[], Byte[]) |
Sends the specified data in an asynchronous proximity detection response message. |
SendProximityDetectionStartAsync(NDProximityDetectionType, Byte[], Byte[], Byte[]) |
Sends the specified data in an asynchronous proximity detection start message. |
SendRegistrationRequestAsync(Byte[], Byte[]) |
Sends the specified data in an asynchronous registration request message. |