This repository was archived by the owner on Nov 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmessages.json
More file actions
41 lines (41 loc) · 1.33 KB
/
messages.json
File metadata and controls
41 lines (41 loc) · 1.33 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
{
"version" : 1.0,
"messages" : {
"BPClaimDevice" : {
"Description":"Sent from client to server to start device claim"
},
"BPClose" : {
"description":"Close connect between server and plugin/client"
},
"BPDeviceList" : {
"description":"Send a device list to the client"
},
"BPPing" : {
"description":"Ping message between plugin/client and server for heartbeat"
},
"BPPluginDeviceList" : {
"description":"List of devices available from plugin"
},
"BPPluginList" : {
"description":"List of available plugins"
},
"BPPluginOpenDevice" : {
"description":"Request from server to plugin to open device"
},
"BPPluginRegisterClaim" : {
"description":"Sent from server to new plugin process to let it know it will be handling device claiming"
},
"BPPluginRegisterCount" : {
"description":"Sent from server to new plugin process to let it know it will be handling device counting"
},
"BPPluginReleaseDevice" : {
"description":"Sent from server to plugin process to close a device and stop plugin process"
},
"BPRegisterClient" : {
"description":"Request to begin communication with a client"
},
"BPServerInfo" : {
"description":"Return server information (version, message template, etc)"
}
}
}