-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClassDiagram.cd
46 lines (46 loc) · 1.83 KB
/
ClassDiagram.cd
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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1" MembersFormat="FullSignature">
<Class Name="SearchAThing::Arduino::Net::SRUDP::Client">
<Position X="0.5" Y="1.75" Width="5.5" />
<Members>
<Method Name="ForceDisconnect" Hidden="true" />
<Field Name="localEndPoint" Hidden="true" />
<Method Name="ManageAcks" Hidden="true" />
<Field Name="net" Hidden="true" />
<Field Name="remoteEndPoint" Hidden="true" />
<Field Name="remoteHwAddress" Hidden="true" />
<Field Name="rxId" Hidden="true" />
<Method Name="Send" Hidden="true" />
<Method Name="SendChunk" Hidden="true" />
<Field Name="state" Hidden="true" />
<Field Name="txChunkSizeMax" Hidden="true" />
<Field Name="txId" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>EAUAAAABAAMAAEAAAEAgAIAwACAAECAEQAEgBAEAAAw=</HashCode>
<FileName>SRUDP_Client.h</FileName>
</TypeIdentifier>
</Class>
<Enum Name="SearchAThing::Arduino::Net::SRUDP::ClientState">
<Position X="6.25" Y="3.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAQAACAAAAAAAAAAAAAAAAAAAAAgAAQAA=</HashCode>
<FileName>SRUDP_Client.h</FileName>
</TypeIdentifier>
</Enum>
<Enum Name="SearchAThing::Arduino::Net::SRUDP::TransactionResult">
<Position X="6.25" Y="5.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABIAAAAAAAA=</HashCode>
<FileName>SRUDP_Client.h</FileName>
</TypeIdentifier>
</Enum>
<Enum Name="SearchAThing::Arduino::Net::SRUDP::OpCodeType">
<Position X="6.25" Y="1.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAAAAAAIAAAAAAABAAAAAAAAAAAEA=</HashCode>
<FileName>SRUDP_Client.h</FileName>
</TypeIdentifier>
</Enum>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>