Language

DsmccResponse.BiopMessageType Property

Definition

Returns the BIOP message type.

public string BiopMessageType { [Android.Runtime.Register("getBiopMessageType", "()Ljava/lang/String;", "", ApiSince=33)] [Android.Runtime.StringDef(Fields=new System.String[] { "BiopMessageTypeDirectory", "BiopMessageTypeFile", "BiopMessageTypeStream", "BiopMessageTypeServiceGateway" }, Type="Android.Media.TV.DsmccResponse")] get; }
[<get: Android.Runtime.Register("getBiopMessageType", "()Ljava/lang/String;", "", ApiSince=33)>]
[<get: Android.Runtime.StringDef(Fields=new System.String[] { "BiopMessageTypeDirectory", "BiopMessageTypeFile", "BiopMessageTypeStream", "BiopMessageTypeServiceGateway" }, Type="Android.Media.TV.DsmccResponse")>]
member this.BiopMessageType : string

Property Value

This value cannot be null. Value is one of the following: BIOP_MESSAGE_TYPE_DIRECTORY; BIOP_MESSAGE_TYPE_FILE; BIOP_MESSAGE_TYPE_STREAM; BIOP_MESSAGE_TYPE_SERVICE_GATEWAY

Attributes

Remarks

Returns the BIOP message type.

Java documentation for android.media.tv.DsmccResponse.getBiopMessageType().

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