-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDataStatus.xml
More file actions
83 lines (83 loc) · 5.17 KB
/
Copy pathDataStatus.xml
File metadata and controls
83 lines (83 loc) · 5.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<Type Name="DataStatus" FullName="Android.Bluetooth.LE.DataStatus">
<TypeSignature Language="C#" Value="public enum DataStatus" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed DataStatus extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Android.Bluetooth.LE.DataStatus" />
<TypeSignature Language="F#" Value="type DataStatus = " />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="Complete">
<MemberSignature Language="C#" Value="Complete" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Bluetooth.LE.DataStatus Complete = int32(0)" />
<MemberSignature Language="DocId" Value="F:Android.Bluetooth.LE.DataStatus.Complete" />
<MemberSignature Language="F#" Value="Complete = 0" Usage="Android.Bluetooth.LE.DataStatus.Complete" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/bluetooth/le/ScanResult.DATA_COMPLETE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/bluetooth/le/ScanResult.DATA_COMPLETE")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android26.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android26.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Bluetooth.LE.DataStatus</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Truncated">
<MemberSignature Language="C#" Value="Truncated" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Bluetooth.LE.DataStatus Truncated = int32(2)" />
<MemberSignature Language="DocId" Value="F:Android.Bluetooth.LE.DataStatus.Truncated" />
<MemberSignature Language="F#" Value="Truncated = 2" Usage="Android.Bluetooth.LE.DataStatus.Truncated" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/bluetooth/le/ScanResult.DATA_TRUNCATED")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/bluetooth/le/ScanResult.DATA_TRUNCATED")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android26.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android26.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Bluetooth.LE.DataStatus</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
</Members>
</Type>