DsmccResponse Constructors
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.
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
- file
- ParcelFileDescriptor
- Attributes
Remarks
Constructs a BIOP file message response.
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
- Attributes
Remarks
Constructs a BIOP service gateway or directory message response.
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.
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.