TableRequest(Int32, Int32, Int32, Int32, Int32) Constructor
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.
[Android.Runtime.Register(".ctor", "(IIIII)V", "", ApiSince=33)]
public TableRequest(int requestId, int option, int tableId, int tableName, int version);
[<Android.Runtime.Register(".ctor", "(IIIII)V", "", ApiSince=33)>]
new Android.Media.TV.TableRequest : int * int * int * int * int -> Android.Media.TV.TableRequest
Parameters
- requestId
- Int32
- option
- Int32
Value is one of the following: BroadcastInfoRequest.REQUEST_OPTION_REPEAT; BroadcastInfoRequest.REQUEST_OPTION_AUTO_UPDATE; BroadcastInfoRequest.REQUEST_OPTION_ONEWAY; BroadcastInfoRequest.REQUEST_OPTION_ONESHOT
- tableId
- Int32
- tableName
- Int32
Value is one of the following: TABLE_NAME_PAT; TABLE_NAME_PMT; TABLE_NAME_CAT; TABLE_NAME_NIT; TABLE_NAME_BAT; TABLE_NAME_SDT; TABLE_NAME_EIT; TABLE_NAME_TDT; TABLE_NAME_TOT; TABLE_NAME_SIT
- version
- Int32
- Attributes
Remarks
Android reference for android.media.tv.TableRequest.TableRequest.
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.