1 '''
2 List of amp commands
3 '''
4 from twisted.protocols import amp
5
6
8 arguments = [('ip',amp.String())]
9 response = [('id',amp.Integer()),('cur',amp.ListOf(amp.Integer())),('map',amp.String())]
10
11
14
17
18
20 arguments = [('pid',amp.Integer()),('tid',amp.String()),('vid',amp.String()),('uid',amp.Integer()),('buid',amp.Integer())]
21
22
23
25 arguments = [('pid',amp.Integer()),('uid',amp.Integer())]
26
27
29
30 arguments = [('pid',amp.Integer()),('uid',amp.Integer()),('h',amp.Integer()),('tid',amp.String()),('vid',amp.String())]
31
32
34 arguments = [('pid',amp.Integer()),('uid',amp.Integer()),('vid',amp.Integer()),('path',amp.ListOf(amp.Integer()))]
35
36
38 arguments = [('pid',amp.Integer()),('uid',amp.Integer()),('vid',amp.Integer())]
39
40
42 arguments = [('tpid',amp.Integer()),('tuid',amp.Integer()),('val',amp.Integer())]
43
45 arguments = [('pid',amp.Integer()),('uid',amp.Integer()),('tpid',amp.Integer()),('tuid',amp.Integer()),('path',amp.ListOf(amp.String()))]
46