Share via


DsmccResponse Constructors

Definition

Overloads

DsmccResponse(Int32, Int32, Int32, ParcelFileDescriptor)

Constructs a BIOP file message response.

DsmccResponse(Int32, Int32, Int32, Boolean, IList<String>)

Constructs a BIOP service gateway or directory message response.

DsmccResponse(Int32, Int32, Int32, Int32[], String[])

Constructs a BIOP stream message response.

DsmccResponse(Int32, Int32, Int32, ParcelFileDescriptor)

Constructs a BIOP file message response.

[Android.Runtime.Register(".ctor", "(IIILandroid/os/ParcelFileDescriptor;)V", "", ApiSince=33)]
public DsmccResponse (int requestId, int sequence, int responseResult, Android.OS.ParcelFileDescriptor? file);
[<Android.Runtime.Register(".ctor", "(IIILandroid/os/ParcelFileDescriptor;)V", "", ApiSince=33)>]
new Android.Media.TV.DsmccResponse : int * int * int * Android.OS.ParcelFileDescriptor -> Android.Media.TV.DsmccResponse

Parameters

requestId
Int32
sequence
Int32
responseResult
Int32
Attributes

Remarks

Constructs a BIOP file message response.

Java documentation for android.media.tv.DsmccResponse.DsmccResponse(int, int, int, android.os.ParcelFileDescriptor).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

DsmccResponse(Int32, Int32, Int32, Boolean, IList<String>)

Constructs a BIOP service gateway or directory message response.

[Android.Runtime.Register(".ctor", "(IIIZLjava/util/List;)V", "", ApiSince=33)]
public DsmccResponse (int requestId, int sequence, int responseResult, bool isServiceGateway, System.Collections.Generic.IList<string>? childList);
[<Android.Runtime.Register(".ctor", "(IIIZLjava/util/List;)V", "", ApiSince=33)>]
new Android.Media.TV.DsmccResponse : int * int * int * bool * System.Collections.Generic.IList<string> -> Android.Media.TV.DsmccResponse

Parameters

requestId
Int32
sequence
Int32
responseResult
Int32
isServiceGateway
Boolean
childList
IList<String>
Attributes

Remarks

Constructs a BIOP service gateway or directory message response.

Java documentation for android.media.tv.DsmccResponse.DsmccResponse(int, int, int, boolean, java.util.List<java.lang.String>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

DsmccResponse(Int32, Int32, Int32, Int32[], String[])

Constructs a BIOP stream message response.

[Android.Runtime.Register(".ctor", "(III[I[Ljava/lang/String;)V", "", ApiSince=33)]
public DsmccResponse (int requestId, int sequence, int responseResult, int[]? eventIds, string[]? eventNames);
[<Android.Runtime.Register(".ctor", "(III[I[Ljava/lang/String;)V", "", ApiSince=33)>]
new Android.Media.TV.DsmccResponse : int * int * int * int[] * string[] -> Android.Media.TV.DsmccResponse

Parameters

requestId
Int32
sequence
Int32
responseResult
Int32
eventIds
Int32[]
eventNames
String[]
Attributes

Remarks

Constructs a BIOP stream message response.

The current stream message response does not support other stream messages types than stream event message type.

Java documentation for android.media.tv.DsmccResponse.DsmccResponse(int, int, int, int[], java.lang.String[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to