-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSimpleUDPSocket.xml
73 lines (73 loc) · 2.02 KB
/
SimpleUDPSocket.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
<?xml version="1.0"?>
<RBProject version="2013r2" FormatVersion="2" MinIDEVersion="20070100">
<block type="Module" ID="1512670418">
<ObjName>SimpleUDPSocket</ObjName>
<ObjContainerID>0</ObjContainerID>
<IsClass>1</IsClass>
<Superclass>UDPSocket</Superclass>
<ItemFlags>1</ItemFlags>
<IsInterface>0</IsInterface>
<Compatibility></Compatibility>
<Hook>
<ItemName>ReceivedMessage</ItemName>
<TextEncoding>134217984</TextEncoding>
<ItemFlags>33</ItemFlags>
<SystemFlags>0</SystemFlags>
<ItemParams>FromIP as String, Command as Integer, Data as String</ItemParams>
<ItemResult></ItemResult>
</Hook>
<ViewBehavior>
<ViewProperty>
<ObjName>Name</ObjName>
<Visible>1</Visible>
<PropertyGroup>ID</PropertyGroup>
<ItemType>String</ItemType>
</ViewProperty>
<ViewProperty>
<ObjName>Index</ObjName>
<Visible>1</Visible>
<PropertyGroup>ID</PropertyGroup>
<ItemType>Integer</ItemType>
</ViewProperty>
<ViewProperty>
<ObjName>Super</ObjName>
<Visible>1</Visible>
<PropertyGroup>ID</PropertyGroup>
<ItemType>String</ItemType>
</ViewProperty>
<ViewProperty>
<ObjName>Left</ObjName>
<Visible>1</Visible>
<PropertyGroup>Position</PropertyGroup>
<ItemType>Integer</ItemType>
</ViewProperty>
<ViewProperty>
<ObjName>Top</ObjName>
<Visible>1</Visible>
<PropertyGroup>Position</PropertyGroup>
<ItemType>Integer</ItemType>
</ViewProperty>
<ViewProperty>
<ObjName>RouterHops</ObjName>
<Visible>1</Visible>
<PropertyGroup>Behavior</PropertyGroup>
<PropertyValue>32</PropertyValue>
<ItemType>Integer</ItemType>
</ViewProperty>
<ViewProperty>
<ObjName>SendToSelf</ObjName>
<Visible>1</Visible>
<PropertyGroup>Behavior</PropertyGroup>
<PropertyValue>False</PropertyValue>
<ItemType>Boolean</ItemType>
</ViewProperty>
<ViewProperty>
<ObjName>Port</ObjName>
<Visible>1</Visible>
<PropertyGroup>Behavior</PropertyGroup>
<PropertyValue>0</PropertyValue>
<ItemType>Integer</ItemType>
</ViewProperty>
</ViewBehavior>
</block>
</RBProject>