forked from xamarin/Monkey.BluetoothLE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
164 lines (164 loc) · 6.97 KB
/
index.xml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<Overview>
<Assemblies>
<Assembly Name="Robotics.Micro.Core" Version="1.0.0.0">
<Attributes>
<Attribute>
<AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyCompany("")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyConfiguration("")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyCopyright("Copyright © 2013")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyDescription("")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyFileVersion("1.0.0.0")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyProduct("Robotics.Device.CoreLib")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyTitle("Robotics.Device.CoreLib")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyTrademark("")</AttributeName>
</Attribute>
</Attributes>
</Assembly>
</Assemblies>
<Remarks>To be added.</Remarks>
<Copyright>To be added.</Copyright>
<Types>
<Namespace Name="Robotics.Messaging">
<Type Name="Command" Kind="Class" />
<Type Name="CommandFunc" Kind="Delegate" />
<Type Name="ControlClient" Kind="Class" />
<Type Name="ControlOp" Kind="Enumeration" />
<Type Name="ControlServer" Kind="Class" />
<Type Name="Message" Kind="Class" />
<Type Name="Variable" Kind="Class" />
<Type Name="VariableChangedAction" Kind="Delegate" />
</Namespace>
<Namespace Name="Robotics.Micro">
<Type Name="BlockBase" Kind="Class" />
<Type Name="ConfigPort" Kind="Class" />
<Type Name="Connection" Kind="Class" />
<Type Name="DebugScope" Kind="Class" />
<Type Name="IBlock" Kind="Interface" />
<Type Name="InputPort" Kind="Class" />
<Type Name="IScope" Kind="Interface" />
<Type Name="OutputPort" Kind="Class" />
<Type Name="Port" Kind="Class" />
<Type Name="Units" Kind="Enumeration" />
<Type Name="UnitsEx" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.Devices">
<Type Name="AnalogInputPin" Kind="Class" />
<Type Name="DigitalInputPin" Kind="Class" />
<Type Name="DigitalOutputPin" Kind="Class" />
<Type Name="PwmOutputPin" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.Generators">
<Type Name="Constant" Kind="Class" />
<Type Name="Generator" Kind="Class" />
<Type Name="IPwm" Kind="Interface" />
<Type Name="SineWave" Kind="Class" />
<Type Name="SoftPwm" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.Motors">
<Type Name="AdafruitDCMotor" Kind="Class" />
<Type Name="AdafruitMotorShield" Kind="Class" />
<Type Name="HBridgeMotor" Kind="Class" />
<Type Name="IDCMotor" Kind="Interface" />
</Namespace>
<Namespace Name="Robotics.Micro.Sensors.Buttons">
<Type Name="IButton" Kind="Interface" />
<Type Name="PushButton" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.Sensors.Light">
<Type Name="GenericAmbientLightSensor" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.Sensors.Location">
<Type Name="Bmp085" Kind="Class" />
<Type Name="Grove3AxisDigitalCompass" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.Sensors.Motion">
<Type Name="IAccelerometer" Kind="Interface" />
<Type Name="Memsic2125" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.Sensors.Proximity">
<Type Name="IRangeFinder" Kind="Interface" />
<Type Name="SharpGP2D12" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.Sensors.Temperature">
<Type Name="Thermistor" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Micro.SpecializedBlocks">
<Type Name="CelsiusToFahrenheit" Kind="Class" />
<Type Name="DutyCycleMeter" Kind="Class" />
<Type Name="I2CBlock" Kind="Class" />
<Type Name="LookupTable" Kind="Class" />
<Type Name="PollingBlock" Kind="Class" />
<Type Name="PollingI2CBlock" Kind="Class" />
<Type Name="Switch" Kind="Class" />
<Type Name="Transform" Kind="Class" />
<Type Name="TransformFunction" Kind="Delegate" />
</Namespace>
<Namespace Name="Robotics.Mobile.Core.Bluetooth.LE">
<Type Name="BluetoothKnownItemManager" Kind="Class" />
<Type Name="CharacteristicPropertyType" Kind="Enumeration" />
<Type Name="CharacteristicReadEventArgs" Kind="Class" />
<Type Name="DeviceBase" Kind="Class" />
<Type Name="DeviceConnectionEventArgs" Kind="Class" />
<Type Name="DeviceDiscoveredEventArgs" Kind="Class" />
<Type Name="DeviceState" Kind="Enumeration" />
<Type Name="Extensions" Kind="Class" />
<Type Name="IAdapter" Kind="Interface" />
<Type Name="ICharacteristic" Kind="Interface" />
<Type Name="IDescriptor" Kind="Interface" />
<Type Name="IDevice" Kind="Interface" />
<Type Name="IService" Kind="Interface" />
<Type Name="KnownCharacteristic" Kind="Structure" />
<Type Name="KnownCharacteristics" Kind="Class" />
<Type Name="KnownDescriptor" Kind="Structure" />
<Type Name="KnownDescriptors" Kind="Class" />
<Type Name="KnownService" Kind="Structure" />
<Type Name="KnownServices" Kind="Class" />
<Type Name="LEStream" Kind="Class" />
<Type Name="ServicesDiscoveredEventArgs" Kind="Class" />
</Namespace>
<Namespace Name="Robotics.Mobile.Core.Utils">
<Type Name="ResourceLoader" Kind="Class" />
</Namespace>
</Types>
<Title>Robotics.Mobile.Core</Title>
<ExtensionMethods>
<ExtensionMethod>
<Targets>
<Target Type="T:Robotics.Micro.Units" />
</Targets>
<Member MemberName="ToShortString">
<MemberSignature Language="C#" Value="public static string ToShortString (this Robotics.Micro.Units units);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string ToShortString(valuetype Robotics.Micro.Units units) cil managed" />
<MemberType>ExtensionMethod</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="units" Type="Robotics.Micro.Units" RefType="this" />
</Parameters>
<Docs>
<param name="units">To be added.</param>
<summary>To be added.</summary>
</Docs>
<Link Type="Robotics.Micro.UnitsEx" Member="M:Robotics.Micro.UnitsEx.ToShortString(Robotics.Micro.Units)" />
</Member>
</ExtensionMethod>
</ExtensionMethods>
</Overview>