@zaber/motion 2.12.0 → 2.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/dist/binding/wasm/zaber-motion-lib.wasm +0 -0
  2. package/dist/lib/ascii/all_axes.js +13 -9
  3. package/dist/lib/ascii/all_axes.js.map +1 -1
  4. package/dist/lib/ascii/axis.d.ts +33 -6
  5. package/dist/lib/ascii/axis.js +74 -25
  6. package/dist/lib/ascii/axis.js.map +1 -1
  7. package/dist/lib/ascii/axis_settings.d.ts +19 -0
  8. package/dist/lib/ascii/axis_settings.js +53 -5
  9. package/dist/lib/ascii/axis_settings.js.map +1 -1
  10. package/dist/lib/ascii/connection.js +16 -12
  11. package/dist/lib/ascii/connection.js.map +1 -1
  12. package/dist/lib/ascii/device.js +18 -14
  13. package/dist/lib/ascii/device.js.map +1 -1
  14. package/dist/lib/ascii/device_io.js +10 -6
  15. package/dist/lib/ascii/device_io.js.map +1 -1
  16. package/dist/lib/ascii/device_settings.d.ts +19 -0
  17. package/dist/lib/ascii/device_settings.js +50 -5
  18. package/dist/lib/ascii/device_settings.js.map +1 -1
  19. package/dist/lib/ascii/lockstep.d.ts +33 -6
  20. package/dist/lib/ascii/lockstep.js +66 -17
  21. package/dist/lib/ascii/lockstep.js.map +1 -1
  22. package/dist/lib/ascii/oscilloscope.js +10 -6
  23. package/dist/lib/ascii/oscilloscope.js.map +1 -1
  24. package/dist/lib/ascii/oscilloscope_data.d.ts +1 -7
  25. package/dist/lib/ascii/oscilloscope_data.js +12 -25
  26. package/dist/lib/ascii/oscilloscope_data.js.map +1 -1
  27. package/dist/lib/ascii/servo_tuner.d.ts +11 -0
  28. package/dist/lib/ascii/servo_tuner.js +31 -5
  29. package/dist/lib/ascii/servo_tuner.js.map +1 -1
  30. package/dist/lib/ascii/servo_tuning_param.js +5 -1
  31. package/dist/lib/ascii/servo_tuning_param.js.map +1 -1
  32. package/dist/lib/ascii/setting_constants.d.ts +124 -0
  33. package/dist/lib/ascii/setting_constants.js +124 -0
  34. package/dist/lib/ascii/setting_constants.js.map +1 -1
  35. package/dist/lib/ascii/storage.js +15 -11
  36. package/dist/lib/ascii/storage.js.map +1 -1
  37. package/dist/lib/ascii/stream.d.ts +5 -5
  38. package/dist/lib/ascii/stream.js +24 -20
  39. package/dist/lib/ascii/stream.js.map +1 -1
  40. package/dist/lib/ascii/stream_axis_definition.js +5 -1
  41. package/dist/lib/ascii/stream_axis_definition.js.map +1 -1
  42. package/dist/lib/ascii/stream_buffer.js +5 -1
  43. package/dist/lib/ascii/stream_buffer.js.map +1 -1
  44. package/dist/lib/ascii/transport.js +7 -3
  45. package/dist/lib/ascii/transport.js.map +1 -1
  46. package/dist/lib/ascii/warnings.js +5 -1
  47. package/dist/lib/ascii/warnings.js.map +1 -1
  48. package/dist/lib/ascii_ns.js +5 -1
  49. package/dist/lib/ascii_ns.js.map +1 -1
  50. package/dist/lib/binary/connection.js +12 -8
  51. package/dist/lib/binary/connection.js.map +1 -1
  52. package/dist/lib/binary/device.js +35 -31
  53. package/dist/lib/binary/device.js.map +1 -1
  54. package/dist/lib/binary/device_settings.js +6 -2
  55. package/dist/lib/binary/device_settings.js.map +1 -1
  56. package/dist/lib/binary_ns.js +5 -1
  57. package/dist/lib/binary_ns.js.map +1 -1
  58. package/dist/lib/gateway/convert_exceptions.js +5 -1
  59. package/dist/lib/gateway/convert_exceptions.js.map +1 -1
  60. package/dist/lib/gateway/index.js +5 -1
  61. package/dist/lib/gateway/index.js.map +1 -1
  62. package/dist/lib/gcode/axis_definition.js +5 -1
  63. package/dist/lib/gcode/axis_definition.js.map +1 -1
  64. package/dist/lib/gcode/axis_mapping.js +5 -1
  65. package/dist/lib/gcode/axis_mapping.js.map +1 -1
  66. package/dist/lib/gcode/axis_transformation.js +5 -1
  67. package/dist/lib/gcode/axis_transformation.js.map +1 -1
  68. package/dist/lib/gcode/device_definition.js +5 -1
  69. package/dist/lib/gcode/device_definition.js.map +1 -1
  70. package/dist/lib/gcode/offline_translator.js +8 -4
  71. package/dist/lib/gcode/offline_translator.js.map +1 -1
  72. package/dist/lib/gcode/translator.js +8 -4
  73. package/dist/lib/gcode/translator.js.map +1 -1
  74. package/dist/lib/gcode/translator_config.js +5 -1
  75. package/dist/lib/gcode/translator_config.js.map +1 -1
  76. package/dist/lib/gcode_ns.js +5 -1
  77. package/dist/lib/gcode_ns.js.map +1 -1
  78. package/dist/lib/index.js +5 -1
  79. package/dist/lib/index.js.map +1 -1
  80. package/dist/lib/library.js +5 -1
  81. package/dist/lib/library.js.map +1 -1
  82. package/dist/lib/measurement.js +5 -1
  83. package/dist/lib/measurement.js.map +1 -1
  84. package/dist/lib/protobufs/main_pb.d.ts +160 -1640
  85. package/dist/lib/protobufs/main_pb.js +9752 -20982
  86. package/dist/lib/protobufs/main_pb.js.map +1 -1
  87. package/dist/lib/tools.js +6 -2
  88. package/dist/lib/tools.js.map +1 -1
  89. package/dist/lib/units.d.ts +63 -1
  90. package/dist/lib/units.js +70 -1
  91. package/dist/lib/units.js.map +1 -1
  92. package/package.json +2 -2
@@ -92,6 +92,86 @@ export namespace EmptyRequest {
92
92
  }
93
93
  }
94
94
 
95
+ export class BoolResponse extends jspb.Message {
96
+ getValue(): boolean;
97
+ setValue(value: boolean): void;
98
+
99
+ serializeBinary(): Uint8Array;
100
+ toObject(includeInstance?: boolean): BoolResponse.AsObject;
101
+ static toObject(includeInstance: boolean, msg: BoolResponse): BoolResponse.AsObject;
102
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
103
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
104
+ static serializeBinaryToWriter(message: BoolResponse, writer: jspb.BinaryWriter): void;
105
+ static deserializeBinary(bytes: Uint8Array): BoolResponse;
106
+ static deserializeBinaryFromReader(message: BoolResponse, reader: jspb.BinaryReader): BoolResponse;
107
+ }
108
+
109
+ export namespace BoolResponse {
110
+ export type AsObject = {
111
+ value: boolean,
112
+ }
113
+ }
114
+
115
+ export class DoubleResponse extends jspb.Message {
116
+ getValue(): number;
117
+ setValue(value: number): void;
118
+
119
+ serializeBinary(): Uint8Array;
120
+ toObject(includeInstance?: boolean): DoubleResponse.AsObject;
121
+ static toObject(includeInstance: boolean, msg: DoubleResponse): DoubleResponse.AsObject;
122
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
123
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
124
+ static serializeBinaryToWriter(message: DoubleResponse, writer: jspb.BinaryWriter): void;
125
+ static deserializeBinary(bytes: Uint8Array): DoubleResponse;
126
+ static deserializeBinaryFromReader(message: DoubleResponse, reader: jspb.BinaryReader): DoubleResponse;
127
+ }
128
+
129
+ export namespace DoubleResponse {
130
+ export type AsObject = {
131
+ value: number,
132
+ }
133
+ }
134
+
135
+ export class IntResponse extends jspb.Message {
136
+ getValue(): number;
137
+ setValue(value: number): void;
138
+
139
+ serializeBinary(): Uint8Array;
140
+ toObject(includeInstance?: boolean): IntResponse.AsObject;
141
+ static toObject(includeInstance: boolean, msg: IntResponse): IntResponse.AsObject;
142
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
143
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
144
+ static serializeBinaryToWriter(message: IntResponse, writer: jspb.BinaryWriter): void;
145
+ static deserializeBinary(bytes: Uint8Array): IntResponse;
146
+ static deserializeBinaryFromReader(message: IntResponse, reader: jspb.BinaryReader): IntResponse;
147
+ }
148
+
149
+ export namespace IntResponse {
150
+ export type AsObject = {
151
+ value: number,
152
+ }
153
+ }
154
+
155
+ export class StringResponse extends jspb.Message {
156
+ getValue(): string;
157
+ setValue(value: string): void;
158
+
159
+ serializeBinary(): Uint8Array;
160
+ toObject(includeInstance?: boolean): StringResponse.AsObject;
161
+ static toObject(includeInstance: boolean, msg: StringResponse): StringResponse.AsObject;
162
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
163
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
164
+ static serializeBinaryToWriter(message: StringResponse, writer: jspb.BinaryWriter): void;
165
+ static deserializeBinary(bytes: Uint8Array): StringResponse;
166
+ static deserializeBinaryFromReader(message: StringResponse, reader: jspb.BinaryReader): StringResponse;
167
+ }
168
+
169
+ export namespace StringResponse {
170
+ export type AsObject = {
171
+ value: string,
172
+ }
173
+ }
174
+
95
175
  export class AxisIdentity extends jspb.Message {
96
176
  getIsPeripheral(): boolean;
97
177
  setIsPeripheral(value: boolean): void;
@@ -768,26 +848,6 @@ export namespace ToolsListSerialPortsResponse {
768
848
  }
769
849
  }
770
850
 
771
- export class GetMessageRouterPipeResponse extends jspb.Message {
772
- getValue(): string;
773
- setValue(value: string): void;
774
-
775
- serializeBinary(): Uint8Array;
776
- toObject(includeInstance?: boolean): GetMessageRouterPipeResponse.AsObject;
777
- static toObject(includeInstance: boolean, msg: GetMessageRouterPipeResponse): GetMessageRouterPipeResponse.AsObject;
778
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
779
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
780
- static serializeBinaryToWriter(message: GetMessageRouterPipeResponse, writer: jspb.BinaryWriter): void;
781
- static deserializeBinary(bytes: Uint8Array): GetMessageRouterPipeResponse;
782
- static deserializeBinaryFromReader(message: GetMessageRouterPipeResponse, reader: jspb.BinaryReader): GetMessageRouterPipeResponse;
783
- }
784
-
785
- export namespace GetMessageRouterPipeResponse {
786
- export type AsObject = {
787
- value: string,
788
- }
789
- }
790
-
791
851
  export class SetDeviceDbSourceRequest extends jspb.Message {
792
852
  getSourceType(): number;
793
853
  setSourceType(value: number): void;
@@ -920,66 +980,26 @@ export namespace OpenInterfaceResponse {
920
980
  }
921
981
  }
922
982
 
923
- export class CloseInterfaceRequest extends jspb.Message {
924
- getInterfaceId(): number;
925
- setInterfaceId(value: number): void;
926
-
927
- serializeBinary(): Uint8Array;
928
- toObject(includeInstance?: boolean): CloseInterfaceRequest.AsObject;
929
- static toObject(includeInstance: boolean, msg: CloseInterfaceRequest): CloseInterfaceRequest.AsObject;
930
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
931
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
932
- static serializeBinaryToWriter(message: CloseInterfaceRequest, writer: jspb.BinaryWriter): void;
933
- static deserializeBinary(bytes: Uint8Array): CloseInterfaceRequest;
934
- static deserializeBinaryFromReader(message: CloseInterfaceRequest, reader: jspb.BinaryReader): CloseInterfaceRequest;
935
- }
936
-
937
- export namespace CloseInterfaceRequest {
938
- export type AsObject = {
939
- interfaceId: number,
940
- }
941
- }
942
-
943
- export class EmptyInterfaceRequest extends jspb.Message {
983
+ export class InterfaceEmptyRequest extends jspb.Message {
944
984
  getInterfaceId(): number;
945
985
  setInterfaceId(value: number): void;
946
986
 
947
987
  serializeBinary(): Uint8Array;
948
- toObject(includeInstance?: boolean): EmptyInterfaceRequest.AsObject;
949
- static toObject(includeInstance: boolean, msg: EmptyInterfaceRequest): EmptyInterfaceRequest.AsObject;
988
+ toObject(includeInstance?: boolean): InterfaceEmptyRequest.AsObject;
989
+ static toObject(includeInstance: boolean, msg: InterfaceEmptyRequest): InterfaceEmptyRequest.AsObject;
950
990
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
951
991
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
952
- static serializeBinaryToWriter(message: EmptyInterfaceRequest, writer: jspb.BinaryWriter): void;
953
- static deserializeBinary(bytes: Uint8Array): EmptyInterfaceRequest;
954
- static deserializeBinaryFromReader(message: EmptyInterfaceRequest, reader: jspb.BinaryReader): EmptyInterfaceRequest;
992
+ static serializeBinaryToWriter(message: InterfaceEmptyRequest, writer: jspb.BinaryWriter): void;
993
+ static deserializeBinary(bytes: Uint8Array): InterfaceEmptyRequest;
994
+ static deserializeBinaryFromReader(message: InterfaceEmptyRequest, reader: jspb.BinaryReader): InterfaceEmptyRequest;
955
995
  }
956
996
 
957
- export namespace EmptyInterfaceRequest {
997
+ export namespace InterfaceEmptyRequest {
958
998
  export type AsObject = {
959
999
  interfaceId: number,
960
1000
  }
961
1001
  }
962
1002
 
963
- export class GetInterfaceTimeoutResponse extends jspb.Message {
964
- getValue(): number;
965
- setValue(value: number): void;
966
-
967
- serializeBinary(): Uint8Array;
968
- toObject(includeInstance?: boolean): GetInterfaceTimeoutResponse.AsObject;
969
- static toObject(includeInstance: boolean, msg: GetInterfaceTimeoutResponse): GetInterfaceTimeoutResponse.AsObject;
970
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
971
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
972
- static serializeBinaryToWriter(message: GetInterfaceTimeoutResponse, writer: jspb.BinaryWriter): void;
973
- static deserializeBinary(bytes: Uint8Array): GetInterfaceTimeoutResponse;
974
- static deserializeBinaryFromReader(message: GetInterfaceTimeoutResponse, reader: jspb.BinaryReader): GetInterfaceTimeoutResponse;
975
- }
976
-
977
- export namespace GetInterfaceTimeoutResponse {
978
- export type AsObject = {
979
- value: number,
980
- }
981
- }
982
-
983
1003
  export class SetInterfaceTimeoutRequest extends jspb.Message {
984
1004
  getInterfaceId(): number;
985
1005
  setInterfaceId(value: number): void;
@@ -1004,26 +1024,6 @@ export namespace SetInterfaceTimeoutRequest {
1004
1024
  }
1005
1025
  }
1006
1026
 
1007
- export class GetInterfaceChecksumEnabledResponse extends jspb.Message {
1008
- getValue(): boolean;
1009
- setValue(value: boolean): void;
1010
-
1011
- serializeBinary(): Uint8Array;
1012
- toObject(includeInstance?: boolean): GetInterfaceChecksumEnabledResponse.AsObject;
1013
- static toObject(includeInstance: boolean, msg: GetInterfaceChecksumEnabledResponse): GetInterfaceChecksumEnabledResponse.AsObject;
1014
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1015
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1016
- static serializeBinaryToWriter(message: GetInterfaceChecksumEnabledResponse, writer: jspb.BinaryWriter): void;
1017
- static deserializeBinary(bytes: Uint8Array): GetInterfaceChecksumEnabledResponse;
1018
- static deserializeBinaryFromReader(message: GetInterfaceChecksumEnabledResponse, reader: jspb.BinaryReader): GetInterfaceChecksumEnabledResponse;
1019
- }
1020
-
1021
- export namespace GetInterfaceChecksumEnabledResponse {
1022
- export type AsObject = {
1023
- value: boolean,
1024
- }
1025
- }
1026
-
1027
1027
  export class SetInterfaceChecksumEnabledRequest extends jspb.Message {
1028
1028
  getInterfaceId(): number;
1029
1029
  setInterfaceId(value: number): void;
@@ -1048,7 +1048,7 @@ export namespace SetInterfaceChecksumEnabledRequest {
1048
1048
  }
1049
1049
  }
1050
1050
 
1051
- export class ToStringRequest extends jspb.Message {
1051
+ export class AxisEmptyRequest extends jspb.Message {
1052
1052
  getInterfaceId(): number;
1053
1053
  setInterfaceId(value: number): void;
1054
1054
 
@@ -1059,16 +1059,16 @@ export class ToStringRequest extends jspb.Message {
1059
1059
  setAxis(value: number): void;
1060
1060
 
1061
1061
  serializeBinary(): Uint8Array;
1062
- toObject(includeInstance?: boolean): ToStringRequest.AsObject;
1063
- static toObject(includeInstance: boolean, msg: ToStringRequest): ToStringRequest.AsObject;
1062
+ toObject(includeInstance?: boolean): AxisEmptyRequest.AsObject;
1063
+ static toObject(includeInstance: boolean, msg: AxisEmptyRequest): AxisEmptyRequest.AsObject;
1064
1064
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1065
1065
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1066
- static serializeBinaryToWriter(message: ToStringRequest, writer: jspb.BinaryWriter): void;
1067
- static deserializeBinary(bytes: Uint8Array): ToStringRequest;
1068
- static deserializeBinaryFromReader(message: ToStringRequest, reader: jspb.BinaryReader): ToStringRequest;
1066
+ static serializeBinaryToWriter(message: AxisEmptyRequest, writer: jspb.BinaryWriter): void;
1067
+ static deserializeBinary(bytes: Uint8Array): AxisEmptyRequest;
1068
+ static deserializeBinaryFromReader(message: AxisEmptyRequest, reader: jspb.BinaryReader): AxisEmptyRequest;
1069
1069
  }
1070
1070
 
1071
- export namespace ToStringRequest {
1071
+ export namespace AxisEmptyRequest {
1072
1072
  export type AsObject = {
1073
1073
  interfaceId: number,
1074
1074
  device: number,
@@ -1076,26 +1076,6 @@ export namespace ToStringRequest {
1076
1076
  }
1077
1077
  }
1078
1078
 
1079
- export class ToStringResponse extends jspb.Message {
1080
- getToStr(): string;
1081
- setToStr(value: string): void;
1082
-
1083
- serializeBinary(): Uint8Array;
1084
- toObject(includeInstance?: boolean): ToStringResponse.AsObject;
1085
- static toObject(includeInstance: boolean, msg: ToStringResponse): ToStringResponse.AsObject;
1086
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1087
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1088
- static serializeBinaryToWriter(message: ToStringResponse, writer: jspb.BinaryWriter): void;
1089
- static deserializeBinary(bytes: Uint8Array): ToStringResponse;
1090
- static deserializeBinaryFromReader(message: ToStringResponse, reader: jspb.BinaryReader): ToStringResponse;
1091
- }
1092
-
1093
- export namespace ToStringResponse {
1094
- export type AsObject = {
1095
- toStr: string,
1096
- }
1097
- }
1098
-
1099
1079
  export class GenericCommandRequest extends jspb.Message {
1100
1080
  getInterfaceId(): number;
1101
1081
  setInterfaceId(value: number): void;
@@ -1342,26 +1322,6 @@ export namespace DeviceRenumberRequest {
1342
1322
  }
1343
1323
  }
1344
1324
 
1345
- export class DeviceRenumberResponse extends jspb.Message {
1346
- getNumberDevices(): number;
1347
- setNumberDevices(value: number): void;
1348
-
1349
- serializeBinary(): Uint8Array;
1350
- toObject(includeInstance?: boolean): DeviceRenumberResponse.AsObject;
1351
- static toObject(includeInstance: boolean, msg: DeviceRenumberResponse): DeviceRenumberResponse.AsObject;
1352
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1353
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1354
- static serializeBinaryToWriter(message: DeviceRenumberResponse, writer: jspb.BinaryWriter): void;
1355
- static deserializeBinary(bytes: Uint8Array): DeviceRenumberResponse;
1356
- static deserializeBinaryFromReader(message: DeviceRenumberResponse, reader: jspb.BinaryReader): DeviceRenumberResponse;
1357
- }
1358
-
1359
- export namespace DeviceRenumberResponse {
1360
- export type AsObject = {
1361
- numberDevices: number,
1362
- }
1363
- }
1364
-
1365
1325
  export class DeviceDetectRequest extends jspb.Message {
1366
1326
  getInterfaceId(): number;
1367
1327
  setInterfaceId(value: number): void;
@@ -1494,6 +1454,18 @@ export class DeviceMoveRequest extends jspb.Message {
1494
1454
  getUnit(): string;
1495
1455
  setUnit(value: string): void;
1496
1456
 
1457
+ getVelocity(): number;
1458
+ setVelocity(value: number): void;
1459
+
1460
+ getVelocityUnit(): string;
1461
+ setVelocityUnit(value: string): void;
1462
+
1463
+ getAcceleration(): number;
1464
+ setAcceleration(value: number): void;
1465
+
1466
+ getAccelerationUnit(): string;
1467
+ setAccelerationUnit(value: string): void;
1468
+
1497
1469
  serializeBinary(): Uint8Array;
1498
1470
  toObject(includeInstance?: boolean): DeviceMoveRequest.AsObject;
1499
1471
  static toObject(includeInstance: boolean, msg: DeviceMoveRequest): DeviceMoveRequest.AsObject;
@@ -1513,6 +1485,10 @@ export namespace DeviceMoveRequest {
1513
1485
  type: DeviceMoveRequest.MoveType,
1514
1486
  arg: number,
1515
1487
  unit: string,
1488
+ velocity: number,
1489
+ velocityUnit: string,
1490
+ acceleration: number,
1491
+ accelerationUnit: string,
1516
1492
  }
1517
1493
 
1518
1494
  export enum MoveType {
@@ -1556,30 +1532,6 @@ export namespace DeviceStopRequest {
1556
1532
  }
1557
1533
  }
1558
1534
 
1559
- export class DeviceIdentifyRequest extends jspb.Message {
1560
- getInterfaceId(): number;
1561
- setInterfaceId(value: number): void;
1562
-
1563
- getDevice(): number;
1564
- setDevice(value: number): void;
1565
-
1566
- serializeBinary(): Uint8Array;
1567
- toObject(includeInstance?: boolean): DeviceIdentifyRequest.AsObject;
1568
- static toObject(includeInstance: boolean, msg: DeviceIdentifyRequest): DeviceIdentifyRequest.AsObject;
1569
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1570
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1571
- static serializeBinaryToWriter(message: DeviceIdentifyRequest, writer: jspb.BinaryWriter): void;
1572
- static deserializeBinary(bytes: Uint8Array): DeviceIdentifyRequest;
1573
- static deserializeBinaryFromReader(message: DeviceIdentifyRequest, reader: jspb.BinaryReader): DeviceIdentifyRequest;
1574
- }
1575
-
1576
- export namespace DeviceIdentifyRequest {
1577
- export type AsObject = {
1578
- interfaceId: number,
1579
- device: number,
1580
- }
1581
- }
1582
-
1583
1535
  export class DeviceOnAllRequest extends jspb.Message {
1584
1536
  getInterfaceId(): number;
1585
1537
  setInterfaceId(value: number): void;
@@ -1626,30 +1578,6 @@ export namespace DeviceOnAllResponse {
1626
1578
  }
1627
1579
  }
1628
1580
 
1629
- export class DeviceGetIdentityRequest extends jspb.Message {
1630
- getInterfaceId(): number;
1631
- setInterfaceId(value: number): void;
1632
-
1633
- getDevice(): number;
1634
- setDevice(value: number): void;
1635
-
1636
- serializeBinary(): Uint8Array;
1637
- toObject(includeInstance?: boolean): DeviceGetIdentityRequest.AsObject;
1638
- static toObject(includeInstance: boolean, msg: DeviceGetIdentityRequest): DeviceGetIdentityRequest.AsObject;
1639
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1640
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1641
- static serializeBinaryToWriter(message: DeviceGetIdentityRequest, writer: jspb.BinaryWriter): void;
1642
- static deserializeBinary(bytes: Uint8Array): DeviceGetIdentityRequest;
1643
- static deserializeBinaryFromReader(message: DeviceGetIdentityRequest, reader: jspb.BinaryReader): DeviceGetIdentityRequest;
1644
- }
1645
-
1646
- export namespace DeviceGetIdentityRequest {
1647
- export type AsObject = {
1648
- interfaceId: number,
1649
- device: number,
1650
- }
1651
- }
1652
-
1653
1581
  export class DeviceGetIdentityResponse extends jspb.Message {
1654
1582
  hasIdentity(): boolean;
1655
1583
  clearIdentity(): void;
@@ -1672,78 +1600,6 @@ export namespace DeviceGetIdentityResponse {
1672
1600
  }
1673
1601
  }
1674
1602
 
1675
- export class DeviceGetIsIdentifiedRequest extends jspb.Message {
1676
- getInterfaceId(): number;
1677
- setInterfaceId(value: number): void;
1678
-
1679
- getDevice(): number;
1680
- setDevice(value: number): void;
1681
-
1682
- serializeBinary(): Uint8Array;
1683
- toObject(includeInstance?: boolean): DeviceGetIsIdentifiedRequest.AsObject;
1684
- static toObject(includeInstance: boolean, msg: DeviceGetIsIdentifiedRequest): DeviceGetIsIdentifiedRequest.AsObject;
1685
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1686
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1687
- static serializeBinaryToWriter(message: DeviceGetIsIdentifiedRequest, writer: jspb.BinaryWriter): void;
1688
- static deserializeBinary(bytes: Uint8Array): DeviceGetIsIdentifiedRequest;
1689
- static deserializeBinaryFromReader(message: DeviceGetIsIdentifiedRequest, reader: jspb.BinaryReader): DeviceGetIsIdentifiedRequest;
1690
- }
1691
-
1692
- export namespace DeviceGetIsIdentifiedRequest {
1693
- export type AsObject = {
1694
- interfaceId: number,
1695
- device: number,
1696
- }
1697
- }
1698
-
1699
- export class DeviceGetIsIdentifiedResponse extends jspb.Message {
1700
- getIsIdentified(): boolean;
1701
- setIsIdentified(value: boolean): void;
1702
-
1703
- serializeBinary(): Uint8Array;
1704
- toObject(includeInstance?: boolean): DeviceGetIsIdentifiedResponse.AsObject;
1705
- static toObject(includeInstance: boolean, msg: DeviceGetIsIdentifiedResponse): DeviceGetIsIdentifiedResponse.AsObject;
1706
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1707
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1708
- static serializeBinaryToWriter(message: DeviceGetIsIdentifiedResponse, writer: jspb.BinaryWriter): void;
1709
- static deserializeBinary(bytes: Uint8Array): DeviceGetIsIdentifiedResponse;
1710
- static deserializeBinaryFromReader(message: DeviceGetIsIdentifiedResponse, reader: jspb.BinaryReader): DeviceGetIsIdentifiedResponse;
1711
- }
1712
-
1713
- export namespace DeviceGetIsIdentifiedResponse {
1714
- export type AsObject = {
1715
- isIdentified: boolean,
1716
- }
1717
- }
1718
-
1719
- export class DeviceGetAxisIdentityRequest extends jspb.Message {
1720
- getInterfaceId(): number;
1721
- setInterfaceId(value: number): void;
1722
-
1723
- getDevice(): number;
1724
- setDevice(value: number): void;
1725
-
1726
- getAxis(): number;
1727
- setAxis(value: number): void;
1728
-
1729
- serializeBinary(): Uint8Array;
1730
- toObject(includeInstance?: boolean): DeviceGetAxisIdentityRequest.AsObject;
1731
- static toObject(includeInstance: boolean, msg: DeviceGetAxisIdentityRequest): DeviceGetAxisIdentityRequest.AsObject;
1732
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1733
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1734
- static serializeBinaryToWriter(message: DeviceGetAxisIdentityRequest, writer: jspb.BinaryWriter): void;
1735
- static deserializeBinary(bytes: Uint8Array): DeviceGetAxisIdentityRequest;
1736
- static deserializeBinaryFromReader(message: DeviceGetAxisIdentityRequest, reader: jspb.BinaryReader): DeviceGetAxisIdentityRequest;
1737
- }
1738
-
1739
- export namespace DeviceGetAxisIdentityRequest {
1740
- export type AsObject = {
1741
- interfaceId: number,
1742
- device: number,
1743
- axis: number,
1744
- }
1745
- }
1746
-
1747
1603
  export class DeviceGetAxisIdentityResponse extends jspb.Message {
1748
1604
  hasIdentity(): boolean;
1749
1605
  clearIdentity(): void;
@@ -1766,54 +1622,6 @@ export namespace DeviceGetAxisIdentityResponse {
1766
1622
  }
1767
1623
  }
1768
1624
 
1769
- export class DeviceIsBusyRequest extends jspb.Message {
1770
- getInterfaceId(): number;
1771
- setInterfaceId(value: number): void;
1772
-
1773
- getDevice(): number;
1774
- setDevice(value: number): void;
1775
-
1776
- getAxis(): number;
1777
- setAxis(value: number): void;
1778
-
1779
- serializeBinary(): Uint8Array;
1780
- toObject(includeInstance?: boolean): DeviceIsBusyRequest.AsObject;
1781
- static toObject(includeInstance: boolean, msg: DeviceIsBusyRequest): DeviceIsBusyRequest.AsObject;
1782
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1783
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1784
- static serializeBinaryToWriter(message: DeviceIsBusyRequest, writer: jspb.BinaryWriter): void;
1785
- static deserializeBinary(bytes: Uint8Array): DeviceIsBusyRequest;
1786
- static deserializeBinaryFromReader(message: DeviceIsBusyRequest, reader: jspb.BinaryReader): DeviceIsBusyRequest;
1787
- }
1788
-
1789
- export namespace DeviceIsBusyRequest {
1790
- export type AsObject = {
1791
- interfaceId: number,
1792
- device: number,
1793
- axis: number,
1794
- }
1795
- }
1796
-
1797
- export class DeviceIsBusyResponse extends jspb.Message {
1798
- getIsBusy(): boolean;
1799
- setIsBusy(value: boolean): void;
1800
-
1801
- serializeBinary(): Uint8Array;
1802
- toObject(includeInstance?: boolean): DeviceIsBusyResponse.AsObject;
1803
- static toObject(includeInstance: boolean, msg: DeviceIsBusyResponse): DeviceIsBusyResponse.AsObject;
1804
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1805
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1806
- static serializeBinaryToWriter(message: DeviceIsBusyResponse, writer: jspb.BinaryWriter): void;
1807
- static deserializeBinary(bytes: Uint8Array): DeviceIsBusyResponse;
1808
- static deserializeBinaryFromReader(message: DeviceIsBusyResponse, reader: jspb.BinaryReader): DeviceIsBusyResponse;
1809
- }
1810
-
1811
- export namespace DeviceIsBusyResponse {
1812
- export type AsObject = {
1813
- isBusy: boolean,
1814
- }
1815
- }
1816
-
1817
1625
  export class DeviceGetWarningsRequest extends jspb.Message {
1818
1626
  getInterfaceId(): number;
1819
1627
  setInterfaceId(value: number): void;
@@ -2000,26 +1808,6 @@ export namespace DeviceGetDigitalIORequest {
2000
1808
  }
2001
1809
  }
2002
1810
 
2003
- export class DeviceGetDigitalIOResponse extends jspb.Message {
2004
- getValue(): boolean;
2005
- setValue(value: boolean): void;
2006
-
2007
- serializeBinary(): Uint8Array;
2008
- toObject(includeInstance?: boolean): DeviceGetDigitalIOResponse.AsObject;
2009
- static toObject(includeInstance: boolean, msg: DeviceGetDigitalIOResponse): DeviceGetDigitalIOResponse.AsObject;
2010
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2011
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2012
- static serializeBinaryToWriter(message: DeviceGetDigitalIOResponse, writer: jspb.BinaryWriter): void;
2013
- static deserializeBinary(bytes: Uint8Array): DeviceGetDigitalIOResponse;
2014
- static deserializeBinaryFromReader(message: DeviceGetDigitalIOResponse, reader: jspb.BinaryReader): DeviceGetDigitalIOResponse;
2015
- }
2016
-
2017
- export namespace DeviceGetDigitalIOResponse {
2018
- export type AsObject = {
2019
- value: boolean,
2020
- }
2021
- }
2022
-
2023
1811
  export class DeviceGetAnalogIORequest extends jspb.Message {
2024
1812
  getInterfaceId(): number;
2025
1813
  setInterfaceId(value: number): void;
@@ -2052,26 +1840,6 @@ export namespace DeviceGetAnalogIORequest {
2052
1840
  }
2053
1841
  }
2054
1842
 
2055
- export class DeviceGetAnalogIOResponse extends jspb.Message {
2056
- getValue(): number;
2057
- setValue(value: number): void;
2058
-
2059
- serializeBinary(): Uint8Array;
2060
- toObject(includeInstance?: boolean): DeviceGetAnalogIOResponse.AsObject;
2061
- static toObject(includeInstance: boolean, msg: DeviceGetAnalogIOResponse): DeviceGetAnalogIOResponse.AsObject;
2062
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2063
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2064
- static serializeBinaryToWriter(message: DeviceGetAnalogIOResponse, writer: jspb.BinaryWriter): void;
2065
- static deserializeBinary(bytes: Uint8Array): DeviceGetAnalogIOResponse;
2066
- static deserializeBinaryFromReader(message: DeviceGetAnalogIOResponse, reader: jspb.BinaryReader): DeviceGetAnalogIOResponse;
2067
- }
2068
-
2069
- export namespace DeviceGetAnalogIOResponse {
2070
- export type AsObject = {
2071
- value: number,
2072
- }
2073
- }
2074
-
2075
1843
  export class DeviceSetAllDigitalOutputsRequest extends jspb.Message {
2076
1844
  getInterfaceId(): number;
2077
1845
  setInterfaceId(value: number): void;
@@ -2196,30 +1964,6 @@ export namespace DeviceSetAnalogOutputRequest {
2196
1964
  }
2197
1965
  }
2198
1966
 
2199
- export class DeviceGetIOChannelsInfoRequest extends jspb.Message {
2200
- getInterfaceId(): number;
2201
- setInterfaceId(value: number): void;
2202
-
2203
- getDevice(): number;
2204
- setDevice(value: number): void;
2205
-
2206
- serializeBinary(): Uint8Array;
2207
- toObject(includeInstance?: boolean): DeviceGetIOChannelsInfoRequest.AsObject;
2208
- static toObject(includeInstance: boolean, msg: DeviceGetIOChannelsInfoRequest): DeviceGetIOChannelsInfoRequest.AsObject;
2209
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2210
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2211
- static serializeBinaryToWriter(message: DeviceGetIOChannelsInfoRequest, writer: jspb.BinaryWriter): void;
2212
- static deserializeBinary(bytes: Uint8Array): DeviceGetIOChannelsInfoRequest;
2213
- static deserializeBinaryFromReader(message: DeviceGetIOChannelsInfoRequest, reader: jspb.BinaryReader): DeviceGetIOChannelsInfoRequest;
2214
- }
2215
-
2216
- export namespace DeviceGetIOChannelsInfoRequest {
2217
- export type AsObject = {
2218
- interfaceId: number,
2219
- device: number,
2220
- }
2221
- }
2222
-
2223
1967
  export class SetLogOutputRequest extends jspb.Message {
2224
1968
  getMode(): number;
2225
1969
  setMode(value: number): void;
@@ -2280,46 +2024,6 @@ export namespace DeviceGetSettingRequest {
2280
2024
  }
2281
2025
  }
2282
2026
 
2283
- export class DeviceGetSettingResponse extends jspb.Message {
2284
- getValue(): number;
2285
- setValue(value: number): void;
2286
-
2287
- serializeBinary(): Uint8Array;
2288
- toObject(includeInstance?: boolean): DeviceGetSettingResponse.AsObject;
2289
- static toObject(includeInstance: boolean, msg: DeviceGetSettingResponse): DeviceGetSettingResponse.AsObject;
2290
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2291
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2292
- static serializeBinaryToWriter(message: DeviceGetSettingResponse, writer: jspb.BinaryWriter): void;
2293
- static deserializeBinary(bytes: Uint8Array): DeviceGetSettingResponse;
2294
- static deserializeBinaryFromReader(message: DeviceGetSettingResponse, reader: jspb.BinaryReader): DeviceGetSettingResponse;
2295
- }
2296
-
2297
- export namespace DeviceGetSettingResponse {
2298
- export type AsObject = {
2299
- value: number,
2300
- }
2301
- }
2302
-
2303
- export class DeviceGetSettingStrResponse extends jspb.Message {
2304
- getValue(): string;
2305
- setValue(value: string): void;
2306
-
2307
- serializeBinary(): Uint8Array;
2308
- toObject(includeInstance?: boolean): DeviceGetSettingStrResponse.AsObject;
2309
- static toObject(includeInstance: boolean, msg: DeviceGetSettingStrResponse): DeviceGetSettingStrResponse.AsObject;
2310
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2311
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2312
- static serializeBinaryToWriter(message: DeviceGetSettingStrResponse, writer: jspb.BinaryWriter): void;
2313
- static deserializeBinary(bytes: Uint8Array): DeviceGetSettingStrResponse;
2314
- static deserializeBinaryFromReader(message: DeviceGetSettingStrResponse, reader: jspb.BinaryReader): DeviceGetSettingStrResponse;
2315
- }
2316
-
2317
- export namespace DeviceGetSettingStrResponse {
2318
- export type AsObject = {
2319
- value: string,
2320
- }
2321
- }
2322
-
2323
2027
  export class DeviceConvertSettingRequest extends jspb.Message {
2324
2028
  getInterfaceId(): number;
2325
2029
  setInterfaceId(value: number): void;
@@ -2364,26 +2068,6 @@ export namespace DeviceConvertSettingRequest {
2364
2068
  }
2365
2069
  }
2366
2070
 
2367
- export class DeviceConvertSettingResponse extends jspb.Message {
2368
- getValue(): number;
2369
- setValue(value: number): void;
2370
-
2371
- serializeBinary(): Uint8Array;
2372
- toObject(includeInstance?: boolean): DeviceConvertSettingResponse.AsObject;
2373
- static toObject(includeInstance: boolean, msg: DeviceConvertSettingResponse): DeviceConvertSettingResponse.AsObject;
2374
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2375
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2376
- static serializeBinaryToWriter(message: DeviceConvertSettingResponse, writer: jspb.BinaryWriter): void;
2377
- static deserializeBinary(bytes: Uint8Array): DeviceConvertSettingResponse;
2378
- static deserializeBinaryFromReader(message: DeviceConvertSettingResponse, reader: jspb.BinaryReader): DeviceConvertSettingResponse;
2379
- }
2380
-
2381
- export namespace DeviceConvertSettingResponse {
2382
- export type AsObject = {
2383
- value: number,
2384
- }
2385
- }
2386
-
2387
2071
  export class DeviceSetSettingRequest extends jspb.Message {
2388
2072
  getInterfaceId(): number;
2389
2073
  setInterfaceId(value: number): void;
@@ -2498,74 +2182,6 @@ export namespace PrepareCommandRequest {
2498
2182
  }
2499
2183
  }
2500
2184
 
2501
- export class PrepareCommandResponse extends jspb.Message {
2502
- getCommand(): string;
2503
- setCommand(value: string): void;
2504
-
2505
- serializeBinary(): Uint8Array;
2506
- toObject(includeInstance?: boolean): PrepareCommandResponse.AsObject;
2507
- static toObject(includeInstance: boolean, msg: PrepareCommandResponse): PrepareCommandResponse.AsObject;
2508
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2509
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2510
- static serializeBinaryToWriter(message: PrepareCommandResponse, writer: jspb.BinaryWriter): void;
2511
- static deserializeBinary(bytes: Uint8Array): PrepareCommandResponse;
2512
- static deserializeBinaryFromReader(message: PrepareCommandResponse, reader: jspb.BinaryReader): PrepareCommandResponse;
2513
- }
2514
-
2515
- export namespace PrepareCommandResponse {
2516
- export type AsObject = {
2517
- command: string,
2518
- }
2519
- }
2520
-
2521
- export class DeviceParkRequest extends jspb.Message {
2522
- getInterfaceId(): number;
2523
- setInterfaceId(value: number): void;
2524
-
2525
- getDevice(): number;
2526
- setDevice(value: number): void;
2527
-
2528
- getAxis(): number;
2529
- setAxis(value: number): void;
2530
-
2531
- serializeBinary(): Uint8Array;
2532
- toObject(includeInstance?: boolean): DeviceParkRequest.AsObject;
2533
- static toObject(includeInstance: boolean, msg: DeviceParkRequest): DeviceParkRequest.AsObject;
2534
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2535
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2536
- static serializeBinaryToWriter(message: DeviceParkRequest, writer: jspb.BinaryWriter): void;
2537
- static deserializeBinary(bytes: Uint8Array): DeviceParkRequest;
2538
- static deserializeBinaryFromReader(message: DeviceParkRequest, reader: jspb.BinaryReader): DeviceParkRequest;
2539
- }
2540
-
2541
- export namespace DeviceParkRequest {
2542
- export type AsObject = {
2543
- interfaceId: number,
2544
- device: number,
2545
- axis: number,
2546
- }
2547
- }
2548
-
2549
- export class DeviceIsParkedResponse extends jspb.Message {
2550
- getIsParked(): boolean;
2551
- setIsParked(value: boolean): void;
2552
-
2553
- serializeBinary(): Uint8Array;
2554
- toObject(includeInstance?: boolean): DeviceIsParkedResponse.AsObject;
2555
- static toObject(includeInstance: boolean, msg: DeviceIsParkedResponse): DeviceIsParkedResponse.AsObject;
2556
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2557
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2558
- static serializeBinaryToWriter(message: DeviceIsParkedResponse, writer: jspb.BinaryWriter): void;
2559
- static deserializeBinary(bytes: Uint8Array): DeviceIsParkedResponse;
2560
- static deserializeBinaryFromReader(message: DeviceIsParkedResponse, reader: jspb.BinaryReader): DeviceIsParkedResponse;
2561
- }
2562
-
2563
- export namespace DeviceIsParkedResponse {
2564
- export type AsObject = {
2565
- isParked: boolean,
2566
- }
2567
- }
2568
-
2569
2185
  export class LockstepEnableRequest extends jspb.Message {
2570
2186
  getInterfaceId(): number;
2571
2187
  setInterfaceId(value: number): void;
@@ -2718,6 +2334,18 @@ export class LockstepMoveRequest extends jspb.Message {
2718
2334
  getUnit(): string;
2719
2335
  setUnit(value: string): void;
2720
2336
 
2337
+ getVelocity(): number;
2338
+ setVelocity(value: number): void;
2339
+
2340
+ getVelocityUnit(): string;
2341
+ setVelocityUnit(value: string): void;
2342
+
2343
+ getAcceleration(): number;
2344
+ setAcceleration(value: number): void;
2345
+
2346
+ getAccelerationUnit(): string;
2347
+ setAccelerationUnit(value: string): void;
2348
+
2721
2349
  serializeBinary(): Uint8Array;
2722
2350
  toObject(includeInstance?: boolean): LockstepMoveRequest.AsObject;
2723
2351
  static toObject(includeInstance: boolean, msg: LockstepMoveRequest): LockstepMoveRequest.AsObject;
@@ -2737,6 +2365,10 @@ export namespace LockstepMoveRequest {
2737
2365
  type: LockstepMoveRequest.MoveType,
2738
2366
  arg: number,
2739
2367
  unit: string,
2368
+ velocity: number,
2369
+ velocityUnit: string,
2370
+ acceleration: number,
2371
+ accelerationUnit: string,
2740
2372
  }
2741
2373
 
2742
2374
  export enum MoveType {
@@ -2780,55 +2412,7 @@ export namespace LockstepWaitUntilIdleRequest {
2780
2412
  }
2781
2413
  }
2782
2414
 
2783
- export class LockstepIsBusyRequest extends jspb.Message {
2784
- getInterfaceId(): number;
2785
- setInterfaceId(value: number): void;
2786
-
2787
- getDevice(): number;
2788
- setDevice(value: number): void;
2789
-
2790
- getLockstepGroupId(): number;
2791
- setLockstepGroupId(value: number): void;
2792
-
2793
- serializeBinary(): Uint8Array;
2794
- toObject(includeInstance?: boolean): LockstepIsBusyRequest.AsObject;
2795
- static toObject(includeInstance: boolean, msg: LockstepIsBusyRequest): LockstepIsBusyRequest.AsObject;
2796
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2797
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2798
- static serializeBinaryToWriter(message: LockstepIsBusyRequest, writer: jspb.BinaryWriter): void;
2799
- static deserializeBinary(bytes: Uint8Array): LockstepIsBusyRequest;
2800
- static deserializeBinaryFromReader(message: LockstepIsBusyRequest, reader: jspb.BinaryReader): LockstepIsBusyRequest;
2801
- }
2802
-
2803
- export namespace LockstepIsBusyRequest {
2804
- export type AsObject = {
2805
- interfaceId: number,
2806
- device: number,
2807
- lockstepGroupId: number,
2808
- }
2809
- }
2810
-
2811
- export class LockstepIsBusyResponse extends jspb.Message {
2812
- getIsBusy(): boolean;
2813
- setIsBusy(value: boolean): void;
2814
-
2815
- serializeBinary(): Uint8Array;
2816
- toObject(includeInstance?: boolean): LockstepIsBusyResponse.AsObject;
2817
- static toObject(includeInstance: boolean, msg: LockstepIsBusyResponse): LockstepIsBusyResponse.AsObject;
2818
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2819
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2820
- static serializeBinaryToWriter(message: LockstepIsBusyResponse, writer: jspb.BinaryWriter): void;
2821
- static deserializeBinary(bytes: Uint8Array): LockstepIsBusyResponse;
2822
- static deserializeBinaryFromReader(message: LockstepIsBusyResponse, reader: jspb.BinaryReader): LockstepIsBusyResponse;
2823
- }
2824
-
2825
- export namespace LockstepIsBusyResponse {
2826
- export type AsObject = {
2827
- isBusy: boolean,
2828
- }
2829
- }
2830
-
2831
- export class LockstepGetAxesRequest extends jspb.Message {
2415
+ export class LockstepEmptyRequest extends jspb.Message {
2832
2416
  getInterfaceId(): number;
2833
2417
  setInterfaceId(value: number): void;
2834
2418
 
@@ -2839,16 +2423,16 @@ export class LockstepGetAxesRequest extends jspb.Message {
2839
2423
  setLockstepGroupId(value: number): void;
2840
2424
 
2841
2425
  serializeBinary(): Uint8Array;
2842
- toObject(includeInstance?: boolean): LockstepGetAxesRequest.AsObject;
2843
- static toObject(includeInstance: boolean, msg: LockstepGetAxesRequest): LockstepGetAxesRequest.AsObject;
2426
+ toObject(includeInstance?: boolean): LockstepEmptyRequest.AsObject;
2427
+ static toObject(includeInstance: boolean, msg: LockstepEmptyRequest): LockstepEmptyRequest.AsObject;
2844
2428
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2845
2429
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2846
- static serializeBinaryToWriter(message: LockstepGetAxesRequest, writer: jspb.BinaryWriter): void;
2847
- static deserializeBinary(bytes: Uint8Array): LockstepGetAxesRequest;
2848
- static deserializeBinaryFromReader(message: LockstepGetAxesRequest, reader: jspb.BinaryReader): LockstepGetAxesRequest;
2430
+ static serializeBinaryToWriter(message: LockstepEmptyRequest, writer: jspb.BinaryWriter): void;
2431
+ static deserializeBinary(bytes: Uint8Array): LockstepEmptyRequest;
2432
+ static deserializeBinaryFromReader(message: LockstepEmptyRequest, reader: jspb.BinaryReader): LockstepEmptyRequest;
2849
2433
  }
2850
2434
 
2851
- export namespace LockstepGetAxesRequest {
2435
+ export namespace LockstepEmptyRequest {
2852
2436
  export type AsObject = {
2853
2437
  interfaceId: number,
2854
2438
  device: number,
@@ -2910,34 +2494,6 @@ export namespace LockstepGetAxesResponse {
2910
2494
  }
2911
2495
  }
2912
2496
 
2913
- export class LockstepGetAxisNumbersRequest extends jspb.Message {
2914
- getInterfaceId(): number;
2915
- setInterfaceId(value: number): void;
2916
-
2917
- getDevice(): number;
2918
- setDevice(value: number): void;
2919
-
2920
- getLockstepGroupId(): number;
2921
- setLockstepGroupId(value: number): void;
2922
-
2923
- serializeBinary(): Uint8Array;
2924
- toObject(includeInstance?: boolean): LockstepGetAxisNumbersRequest.AsObject;
2925
- static toObject(includeInstance: boolean, msg: LockstepGetAxisNumbersRequest): LockstepGetAxisNumbersRequest.AsObject;
2926
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2927
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2928
- static serializeBinaryToWriter(message: LockstepGetAxisNumbersRequest, writer: jspb.BinaryWriter): void;
2929
- static deserializeBinary(bytes: Uint8Array): LockstepGetAxisNumbersRequest;
2930
- static deserializeBinaryFromReader(message: LockstepGetAxisNumbersRequest, reader: jspb.BinaryReader): LockstepGetAxisNumbersRequest;
2931
- }
2932
-
2933
- export namespace LockstepGetAxisNumbersRequest {
2934
- export type AsObject = {
2935
- interfaceId: number,
2936
- device: number,
2937
- lockstepGroupId: number,
2938
- }
2939
- }
2940
-
2941
2497
  export class LockstepGetAxisNumbersResponse extends jspb.Message {
2942
2498
  clearAxesList(): void;
2943
2499
  getAxesList(): Array<number>;
@@ -3068,102 +2624,6 @@ export namespace LockstepGetOffsetsResponse {
3068
2624
  }
3069
2625
  }
3070
2626
 
3071
- export class LockstepIsEnabledRequest extends jspb.Message {
3072
- getInterfaceId(): number;
3073
- setInterfaceId(value: number): void;
3074
-
3075
- getDevice(): number;
3076
- setDevice(value: number): void;
3077
-
3078
- getLockstepGroupId(): number;
3079
- setLockstepGroupId(value: number): void;
3080
-
3081
- serializeBinary(): Uint8Array;
3082
- toObject(includeInstance?: boolean): LockstepIsEnabledRequest.AsObject;
3083
- static toObject(includeInstance: boolean, msg: LockstepIsEnabledRequest): LockstepIsEnabledRequest.AsObject;
3084
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3085
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3086
- static serializeBinaryToWriter(message: LockstepIsEnabledRequest, writer: jspb.BinaryWriter): void;
3087
- static deserializeBinary(bytes: Uint8Array): LockstepIsEnabledRequest;
3088
- static deserializeBinaryFromReader(message: LockstepIsEnabledRequest, reader: jspb.BinaryReader): LockstepIsEnabledRequest;
3089
- }
3090
-
3091
- export namespace LockstepIsEnabledRequest {
3092
- export type AsObject = {
3093
- interfaceId: number,
3094
- device: number,
3095
- lockstepGroupId: number,
3096
- }
3097
- }
3098
-
3099
- export class LockstepIsEnabledResponse extends jspb.Message {
3100
- getIsEnabled(): boolean;
3101
- setIsEnabled(value: boolean): void;
3102
-
3103
- serializeBinary(): Uint8Array;
3104
- toObject(includeInstance?: boolean): LockstepIsEnabledResponse.AsObject;
3105
- static toObject(includeInstance: boolean, msg: LockstepIsEnabledResponse): LockstepIsEnabledResponse.AsObject;
3106
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3107
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3108
- static serializeBinaryToWriter(message: LockstepIsEnabledResponse, writer: jspb.BinaryWriter): void;
3109
- static deserializeBinary(bytes: Uint8Array): LockstepIsEnabledResponse;
3110
- static deserializeBinaryFromReader(message: LockstepIsEnabledResponse, reader: jspb.BinaryReader): LockstepIsEnabledResponse;
3111
- }
3112
-
3113
- export namespace LockstepIsEnabledResponse {
3114
- export type AsObject = {
3115
- isEnabled: boolean,
3116
- }
3117
- }
3118
-
3119
- export class LockstepToStringRequest extends jspb.Message {
3120
- getInterfaceId(): number;
3121
- setInterfaceId(value: number): void;
3122
-
3123
- getDevice(): number;
3124
- setDevice(value: number): void;
3125
-
3126
- getLockstepGroupId(): number;
3127
- setLockstepGroupId(value: number): void;
3128
-
3129
- serializeBinary(): Uint8Array;
3130
- toObject(includeInstance?: boolean): LockstepToStringRequest.AsObject;
3131
- static toObject(includeInstance: boolean, msg: LockstepToStringRequest): LockstepToStringRequest.AsObject;
3132
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3133
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3134
- static serializeBinaryToWriter(message: LockstepToStringRequest, writer: jspb.BinaryWriter): void;
3135
- static deserializeBinary(bytes: Uint8Array): LockstepToStringRequest;
3136
- static deserializeBinaryFromReader(message: LockstepToStringRequest, reader: jspb.BinaryReader): LockstepToStringRequest;
3137
- }
3138
-
3139
- export namespace LockstepToStringRequest {
3140
- export type AsObject = {
3141
- interfaceId: number,
3142
- device: number,
3143
- lockstepGroupId: number,
3144
- }
3145
- }
3146
-
3147
- export class LockstepToStringResponse extends jspb.Message {
3148
- getToStr(): string;
3149
- setToStr(value: string): void;
3150
-
3151
- serializeBinary(): Uint8Array;
3152
- toObject(includeInstance?: boolean): LockstepToStringResponse.AsObject;
3153
- static toObject(includeInstance: boolean, msg: LockstepToStringResponse): LockstepToStringResponse.AsObject;
3154
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3155
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3156
- static serializeBinaryToWriter(message: LockstepToStringResponse, writer: jspb.BinaryWriter): void;
3157
- static deserializeBinary(bytes: Uint8Array): LockstepToStringResponse;
3158
- static deserializeBinaryFromReader(message: LockstepToStringResponse, reader: jspb.BinaryReader): LockstepToStringResponse;
3159
- }
3160
-
3161
- export namespace LockstepToStringResponse {
3162
- export type AsObject = {
3163
- toStr: string,
3164
- }
3165
- }
3166
-
3167
2627
  export class OscilloscopeAddChannelRequest extends jspb.Message {
3168
2628
  getInterfaceId(): number;
3169
2629
  setInterfaceId(value: number): void;
@@ -3196,30 +2656,6 @@ export namespace OscilloscopeAddChannelRequest {
3196
2656
  }
3197
2657
  }
3198
2658
 
3199
- export class OscilloscopeClearChannelsRequest extends jspb.Message {
3200
- getInterfaceId(): number;
3201
- setInterfaceId(value: number): void;
3202
-
3203
- getDevice(): number;
3204
- setDevice(value: number): void;
3205
-
3206
- serializeBinary(): Uint8Array;
3207
- toObject(includeInstance?: boolean): OscilloscopeClearChannelsRequest.AsObject;
3208
- static toObject(includeInstance: boolean, msg: OscilloscopeClearChannelsRequest): OscilloscopeClearChannelsRequest.AsObject;
3209
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3210
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3211
- static serializeBinaryToWriter(message: OscilloscopeClearChannelsRequest, writer: jspb.BinaryWriter): void;
3212
- static deserializeBinary(bytes: Uint8Array): OscilloscopeClearChannelsRequest;
3213
- static deserializeBinaryFromReader(message: OscilloscopeClearChannelsRequest, reader: jspb.BinaryReader): OscilloscopeClearChannelsRequest;
3214
- }
3215
-
3216
- export namespace OscilloscopeClearChannelsRequest {
3217
- export type AsObject = {
3218
- interfaceId: number,
3219
- device: number,
3220
- }
3221
- }
3222
-
3223
2659
  export class OscilloscopeStartStopRequest extends jspb.Message {
3224
2660
  getInterfaceId(): number;
3225
2661
  setInterfaceId(value: number): void;
@@ -3248,35 +2684,11 @@ export namespace OscilloscopeStartStopRequest {
3248
2684
  }
3249
2685
  }
3250
2686
 
3251
- export class OscilloscopeReadRequest extends jspb.Message {
3252
- getInterfaceId(): number;
3253
- setInterfaceId(value: number): void;
3254
-
3255
- getDevice(): number;
3256
- setDevice(value: number): void;
3257
-
3258
- serializeBinary(): Uint8Array;
3259
- toObject(includeInstance?: boolean): OscilloscopeReadRequest.AsObject;
3260
- static toObject(includeInstance: boolean, msg: OscilloscopeReadRequest): OscilloscopeReadRequest.AsObject;
3261
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3262
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3263
- static serializeBinaryToWriter(message: OscilloscopeReadRequest, writer: jspb.BinaryWriter): void;
3264
- static deserializeBinary(bytes: Uint8Array): OscilloscopeReadRequest;
3265
- static deserializeBinaryFromReader(message: OscilloscopeReadRequest, reader: jspb.BinaryReader): OscilloscopeReadRequest;
3266
- }
3267
-
3268
- export namespace OscilloscopeReadRequest {
3269
- export type AsObject = {
3270
- interfaceId: number,
3271
- device: number,
3272
- }
3273
- }
3274
-
3275
- export class OscilloscopeReadResponse extends jspb.Message {
3276
- clearDataIdsList(): void;
3277
- getDataIdsList(): Array<number>;
3278
- setDataIdsList(value: Array<number>): void;
3279
- addDataIds(value: number, index?: number): number;
2687
+ export class OscilloscopeReadResponse extends jspb.Message {
2688
+ clearDataIdsList(): void;
2689
+ getDataIdsList(): Array<number>;
2690
+ setDataIdsList(value: Array<number>): void;
2691
+ addDataIds(value: number, index?: number): number;
3280
2692
 
3281
2693
  serializeBinary(): Uint8Array;
3282
2694
  toObject(includeInstance?: boolean): OscilloscopeReadResponse.AsObject;
@@ -3295,12 +2707,6 @@ export namespace OscilloscopeReadResponse {
3295
2707
  }
3296
2708
 
3297
2709
  export class OscilloscopeDataIdentifier extends jspb.Message {
3298
- getInterfaceId(): number;
3299
- setInterfaceId(value: number): void;
3300
-
3301
- getDevice(): number;
3302
- setDevice(value: number): void;
3303
-
3304
2710
  getDataId(): number;
3305
2711
  setDataId(value: number): void;
3306
2712
 
@@ -3316,8 +2722,6 @@ export class OscilloscopeDataIdentifier extends jspb.Message {
3316
2722
 
3317
2723
  export namespace OscilloscopeDataIdentifier {
3318
2724
  export type AsObject = {
3319
- interfaceId: number,
3320
- device: number,
3321
2725
  dataId: number,
3322
2726
  }
3323
2727
  }
@@ -3368,13 +2772,7 @@ export namespace OscilloscopeDataGetPropertiesResponse {
3368
2772
  }
3369
2773
  }
3370
2774
 
3371
- export class OscilloscopeDataGetSavedSettingRequest extends jspb.Message {
3372
- getInterfaceId(): number;
3373
- setInterfaceId(value: number): void;
3374
-
3375
- getDevice(): number;
3376
- setDevice(value: number): void;
3377
-
2775
+ export class OscilloscopeDataGetRequest extends jspb.Message {
3378
2776
  getDataId(): number;
3379
2777
  setDataId(value: number): void;
3380
2778
 
@@ -3382,51 +2780,23 @@ export class OscilloscopeDataGetSavedSettingRequest extends jspb.Message {
3382
2780
  setUnit(value: string): void;
3383
2781
 
3384
2782
  serializeBinary(): Uint8Array;
3385
- toObject(includeInstance?: boolean): OscilloscopeDataGetSavedSettingRequest.AsObject;
3386
- static toObject(includeInstance: boolean, msg: OscilloscopeDataGetSavedSettingRequest): OscilloscopeDataGetSavedSettingRequest.AsObject;
2783
+ toObject(includeInstance?: boolean): OscilloscopeDataGetRequest.AsObject;
2784
+ static toObject(includeInstance: boolean, msg: OscilloscopeDataGetRequest): OscilloscopeDataGetRequest.AsObject;
3387
2785
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3388
2786
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3389
- static serializeBinaryToWriter(message: OscilloscopeDataGetSavedSettingRequest, writer: jspb.BinaryWriter): void;
3390
- static deserializeBinary(bytes: Uint8Array): OscilloscopeDataGetSavedSettingRequest;
3391
- static deserializeBinaryFromReader(message: OscilloscopeDataGetSavedSettingRequest, reader: jspb.BinaryReader): OscilloscopeDataGetSavedSettingRequest;
2787
+ static serializeBinaryToWriter(message: OscilloscopeDataGetRequest, writer: jspb.BinaryWriter): void;
2788
+ static deserializeBinary(bytes: Uint8Array): OscilloscopeDataGetRequest;
2789
+ static deserializeBinaryFromReader(message: OscilloscopeDataGetRequest, reader: jspb.BinaryReader): OscilloscopeDataGetRequest;
3392
2790
  }
3393
2791
 
3394
- export namespace OscilloscopeDataGetSavedSettingRequest {
2792
+ export namespace OscilloscopeDataGetRequest {
3395
2793
  export type AsObject = {
3396
- interfaceId: number,
3397
- device: number,
3398
2794
  dataId: number,
3399
2795
  unit: string,
3400
2796
  }
3401
2797
  }
3402
2798
 
3403
- export class OscilloscopeDataGetSavedSettingResponse extends jspb.Message {
3404
- getValue(): number;
3405
- setValue(value: number): void;
3406
-
3407
- serializeBinary(): Uint8Array;
3408
- toObject(includeInstance?: boolean): OscilloscopeDataGetSavedSettingResponse.AsObject;
3409
- static toObject(includeInstance: boolean, msg: OscilloscopeDataGetSavedSettingResponse): OscilloscopeDataGetSavedSettingResponse.AsObject;
3410
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3411
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3412
- static serializeBinaryToWriter(message: OscilloscopeDataGetSavedSettingResponse, writer: jspb.BinaryWriter): void;
3413
- static deserializeBinary(bytes: Uint8Array): OscilloscopeDataGetSavedSettingResponse;
3414
- static deserializeBinaryFromReader(message: OscilloscopeDataGetSavedSettingResponse, reader: jspb.BinaryReader): OscilloscopeDataGetSavedSettingResponse;
3415
- }
3416
-
3417
- export namespace OscilloscopeDataGetSavedSettingResponse {
3418
- export type AsObject = {
3419
- value: number,
3420
- }
3421
- }
3422
-
3423
2799
  export class OscilloscopeDataGetSampleTimeRequest extends jspb.Message {
3424
- getInterfaceId(): number;
3425
- setInterfaceId(value: number): void;
3426
-
3427
- getDevice(): number;
3428
- setDevice(value: number): void;
3429
-
3430
2800
  getDataId(): number;
3431
2801
  setDataId(value: number): void;
3432
2802
 
@@ -3448,46 +2818,12 @@ export class OscilloscopeDataGetSampleTimeRequest extends jspb.Message {
3448
2818
 
3449
2819
  export namespace OscilloscopeDataGetSampleTimeRequest {
3450
2820
  export type AsObject = {
3451
- interfaceId: number,
3452
- device: number,
3453
2821
  dataId: number,
3454
2822
  unit: string,
3455
2823
  index: number,
3456
2824
  }
3457
2825
  }
3458
2826
 
3459
- export class OscilloscopeDataGetSamplesRequest extends jspb.Message {
3460
- getInterfaceId(): number;
3461
- setInterfaceId(value: number): void;
3462
-
3463
- getDevice(): number;
3464
- setDevice(value: number): void;
3465
-
3466
- getDataId(): number;
3467
- setDataId(value: number): void;
3468
-
3469
- getUnit(): string;
3470
- setUnit(value: string): void;
3471
-
3472
- serializeBinary(): Uint8Array;
3473
- toObject(includeInstance?: boolean): OscilloscopeDataGetSamplesRequest.AsObject;
3474
- static toObject(includeInstance: boolean, msg: OscilloscopeDataGetSamplesRequest): OscilloscopeDataGetSamplesRequest.AsObject;
3475
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3476
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3477
- static serializeBinaryToWriter(message: OscilloscopeDataGetSamplesRequest, writer: jspb.BinaryWriter): void;
3478
- static deserializeBinary(bytes: Uint8Array): OscilloscopeDataGetSamplesRequest;
3479
- static deserializeBinaryFromReader(message: OscilloscopeDataGetSamplesRequest, reader: jspb.BinaryReader): OscilloscopeDataGetSamplesRequest;
3480
- }
3481
-
3482
- export namespace OscilloscopeDataGetSamplesRequest {
3483
- export type AsObject = {
3484
- interfaceId: number,
3485
- device: number,
3486
- dataId: number,
3487
- unit: string,
3488
- }
3489
- }
3490
-
3491
2827
  export class OscilloscopeDataGetSamplesResponse extends jspb.Message {
3492
2828
  clearDataList(): void;
3493
2829
  getDataList(): Array<number>;
@@ -4217,7 +3553,7 @@ export namespace StreamWaitUntilIdleRequest {
4217
3553
  }
4218
3554
  }
4219
3555
 
4220
- export class StreamCorkRequest extends jspb.Message {
3556
+ export class StreamEmptyRequest extends jspb.Message {
4221
3557
  getInterfaceId(): number;
4222
3558
  setInterfaceId(value: number): void;
4223
3559
 
@@ -4228,120 +3564,16 @@ export class StreamCorkRequest extends jspb.Message {
4228
3564
  setStreamId(value: number): void;
4229
3565
 
4230
3566
  serializeBinary(): Uint8Array;
4231
- toObject(includeInstance?: boolean): StreamCorkRequest.AsObject;
4232
- static toObject(includeInstance: boolean, msg: StreamCorkRequest): StreamCorkRequest.AsObject;
3567
+ toObject(includeInstance?: boolean): StreamEmptyRequest.AsObject;
3568
+ static toObject(includeInstance: boolean, msg: StreamEmptyRequest): StreamEmptyRequest.AsObject;
4233
3569
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4234
3570
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4235
- static serializeBinaryToWriter(message: StreamCorkRequest, writer: jspb.BinaryWriter): void;
4236
- static deserializeBinary(bytes: Uint8Array): StreamCorkRequest;
4237
- static deserializeBinaryFromReader(message: StreamCorkRequest, reader: jspb.BinaryReader): StreamCorkRequest;
3571
+ static serializeBinaryToWriter(message: StreamEmptyRequest, writer: jspb.BinaryWriter): void;
3572
+ static deserializeBinary(bytes: Uint8Array): StreamEmptyRequest;
3573
+ static deserializeBinaryFromReader(message: StreamEmptyRequest, reader: jspb.BinaryReader): StreamEmptyRequest;
4238
3574
  }
4239
3575
 
4240
- export namespace StreamCorkRequest {
4241
- export type AsObject = {
4242
- interfaceId: number,
4243
- device: number,
4244
- streamId: number,
4245
- }
4246
- }
4247
-
4248
- export class StreamUncorkRequest extends jspb.Message {
4249
- getInterfaceId(): number;
4250
- setInterfaceId(value: number): void;
4251
-
4252
- getDevice(): number;
4253
- setDevice(value: number): void;
4254
-
4255
- getStreamId(): number;
4256
- setStreamId(value: number): void;
4257
-
4258
- serializeBinary(): Uint8Array;
4259
- toObject(includeInstance?: boolean): StreamUncorkRequest.AsObject;
4260
- static toObject(includeInstance: boolean, msg: StreamUncorkRequest): StreamUncorkRequest.AsObject;
4261
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4262
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4263
- static serializeBinaryToWriter(message: StreamUncorkRequest, writer: jspb.BinaryWriter): void;
4264
- static deserializeBinary(bytes: Uint8Array): StreamUncorkRequest;
4265
- static deserializeBinaryFromReader(message: StreamUncorkRequest, reader: jspb.BinaryReader): StreamUncorkRequest;
4266
- }
4267
-
4268
- export namespace StreamUncorkRequest {
4269
- export type AsObject = {
4270
- interfaceId: number,
4271
- device: number,
4272
- streamId: number,
4273
- }
4274
- }
4275
-
4276
- export class StreamIsBusyRequest extends jspb.Message {
4277
- getInterfaceId(): number;
4278
- setInterfaceId(value: number): void;
4279
-
4280
- getDevice(): number;
4281
- setDevice(value: number): void;
4282
-
4283
- getStreamId(): number;
4284
- setStreamId(value: number): void;
4285
-
4286
- serializeBinary(): Uint8Array;
4287
- toObject(includeInstance?: boolean): StreamIsBusyRequest.AsObject;
4288
- static toObject(includeInstance: boolean, msg: StreamIsBusyRequest): StreamIsBusyRequest.AsObject;
4289
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4290
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4291
- static serializeBinaryToWriter(message: StreamIsBusyRequest, writer: jspb.BinaryWriter): void;
4292
- static deserializeBinary(bytes: Uint8Array): StreamIsBusyRequest;
4293
- static deserializeBinaryFromReader(message: StreamIsBusyRequest, reader: jspb.BinaryReader): StreamIsBusyRequest;
4294
- }
4295
-
4296
- export namespace StreamIsBusyRequest {
4297
- export type AsObject = {
4298
- interfaceId: number,
4299
- device: number,
4300
- streamId: number,
4301
- }
4302
- }
4303
-
4304
- export class StreamIsBusyResponse extends jspb.Message {
4305
- getIsBusy(): boolean;
4306
- setIsBusy(value: boolean): void;
4307
-
4308
- serializeBinary(): Uint8Array;
4309
- toObject(includeInstance?: boolean): StreamIsBusyResponse.AsObject;
4310
- static toObject(includeInstance: boolean, msg: StreamIsBusyResponse): StreamIsBusyResponse.AsObject;
4311
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4312
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4313
- static serializeBinaryToWriter(message: StreamIsBusyResponse, writer: jspb.BinaryWriter): void;
4314
- static deserializeBinary(bytes: Uint8Array): StreamIsBusyResponse;
4315
- static deserializeBinaryFromReader(message: StreamIsBusyResponse, reader: jspb.BinaryReader): StreamIsBusyResponse;
4316
- }
4317
-
4318
- export namespace StreamIsBusyResponse {
4319
- export type AsObject = {
4320
- isBusy: boolean,
4321
- }
4322
- }
4323
-
4324
- export class StreamGetAxesRequest extends jspb.Message {
4325
- getInterfaceId(): number;
4326
- setInterfaceId(value: number): void;
4327
-
4328
- getDevice(): number;
4329
- setDevice(value: number): void;
4330
-
4331
- getStreamId(): number;
4332
- setStreamId(value: number): void;
4333
-
4334
- serializeBinary(): Uint8Array;
4335
- toObject(includeInstance?: boolean): StreamGetAxesRequest.AsObject;
4336
- static toObject(includeInstance: boolean, msg: StreamGetAxesRequest): StreamGetAxesRequest.AsObject;
4337
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4338
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4339
- static serializeBinaryToWriter(message: StreamGetAxesRequest, writer: jspb.BinaryWriter): void;
4340
- static deserializeBinary(bytes: Uint8Array): StreamGetAxesRequest;
4341
- static deserializeBinaryFromReader(message: StreamGetAxesRequest, reader: jspb.BinaryReader): StreamGetAxesRequest;
4342
- }
4343
-
4344
- export namespace StreamGetAxesRequest {
3576
+ export namespace StreamEmptyRequest {
4345
3577
  export type AsObject = {
4346
3578
  interfaceId: number,
4347
3579
  device: number,
@@ -4371,54 +3603,6 @@ export namespace StreamGetAxesResponse {
4371
3603
  }
4372
3604
  }
4373
3605
 
4374
- export class StreamGetModeRequest extends jspb.Message {
4375
- getInterfaceId(): number;
4376
- setInterfaceId(value: number): void;
4377
-
4378
- getDevice(): number;
4379
- setDevice(value: number): void;
4380
-
4381
- getStreamId(): number;
4382
- setStreamId(value: number): void;
4383
-
4384
- serializeBinary(): Uint8Array;
4385
- toObject(includeInstance?: boolean): StreamGetModeRequest.AsObject;
4386
- static toObject(includeInstance: boolean, msg: StreamGetModeRequest): StreamGetModeRequest.AsObject;
4387
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4388
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4389
- static serializeBinaryToWriter(message: StreamGetModeRequest, writer: jspb.BinaryWriter): void;
4390
- static deserializeBinary(bytes: Uint8Array): StreamGetModeRequest;
4391
- static deserializeBinaryFromReader(message: StreamGetModeRequest, reader: jspb.BinaryReader): StreamGetModeRequest;
4392
- }
4393
-
4394
- export namespace StreamGetModeRequest {
4395
- export type AsObject = {
4396
- interfaceId: number,
4397
- device: number,
4398
- streamId: number,
4399
- }
4400
- }
4401
-
4402
- export class StreamGetModeResponse extends jspb.Message {
4403
- getMode(): number;
4404
- setMode(value: number): void;
4405
-
4406
- serializeBinary(): Uint8Array;
4407
- toObject(includeInstance?: boolean): StreamGetModeResponse.AsObject;
4408
- static toObject(includeInstance: boolean, msg: StreamGetModeResponse): StreamGetModeResponse.AsObject;
4409
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4410
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4411
- static serializeBinaryToWriter(message: StreamGetModeResponse, writer: jspb.BinaryWriter): void;
4412
- static deserializeBinary(bytes: Uint8Array): StreamGetModeResponse;
4413
- static deserializeBinaryFromReader(message: StreamGetModeResponse, reader: jspb.BinaryReader): StreamGetModeResponse;
4414
- }
4415
-
4416
- export namespace StreamGetModeResponse {
4417
- export type AsObject = {
4418
- mode: number,
4419
- }
4420
- }
4421
-
4422
3606
  export class StreamGetMaxSpeedRequest extends jspb.Message {
4423
3607
  getInterfaceId(): number;
4424
3608
  setInterfaceId(value: number): void;
@@ -4451,26 +3635,6 @@ export namespace StreamGetMaxSpeedRequest {
4451
3635
  }
4452
3636
  }
4453
3637
 
4454
- export class StreamGetMaxSpeedResponse extends jspb.Message {
4455
- getMaxSpeed(): number;
4456
- setMaxSpeed(value: number): void;
4457
-
4458
- serializeBinary(): Uint8Array;
4459
- toObject(includeInstance?: boolean): StreamGetMaxSpeedResponse.AsObject;
4460
- static toObject(includeInstance: boolean, msg: StreamGetMaxSpeedResponse): StreamGetMaxSpeedResponse.AsObject;
4461
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4462
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4463
- static serializeBinaryToWriter(message: StreamGetMaxSpeedResponse, writer: jspb.BinaryWriter): void;
4464
- static deserializeBinary(bytes: Uint8Array): StreamGetMaxSpeedResponse;
4465
- static deserializeBinaryFromReader(message: StreamGetMaxSpeedResponse, reader: jspb.BinaryReader): StreamGetMaxSpeedResponse;
4466
- }
4467
-
4468
- export namespace StreamGetMaxSpeedResponse {
4469
- export type AsObject = {
4470
- maxSpeed: number,
4471
- }
4472
- }
4473
-
4474
3638
  export class StreamSetMaxSpeedRequest extends jspb.Message {
4475
3639
  getInterfaceId(): number;
4476
3640
  setInterfaceId(value: number): void;
@@ -4539,26 +3703,6 @@ export namespace StreamGetMaxTangentialAccelerationRequest {
4539
3703
  }
4540
3704
  }
4541
3705
 
4542
- export class StreamGetMaxTangentialAccelerationResponse extends jspb.Message {
4543
- getMaxTangentialAcceleration(): number;
4544
- setMaxTangentialAcceleration(value: number): void;
4545
-
4546
- serializeBinary(): Uint8Array;
4547
- toObject(includeInstance?: boolean): StreamGetMaxTangentialAccelerationResponse.AsObject;
4548
- static toObject(includeInstance: boolean, msg: StreamGetMaxTangentialAccelerationResponse): StreamGetMaxTangentialAccelerationResponse.AsObject;
4549
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4550
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4551
- static serializeBinaryToWriter(message: StreamGetMaxTangentialAccelerationResponse, writer: jspb.BinaryWriter): void;
4552
- static deserializeBinary(bytes: Uint8Array): StreamGetMaxTangentialAccelerationResponse;
4553
- static deserializeBinaryFromReader(message: StreamGetMaxTangentialAccelerationResponse, reader: jspb.BinaryReader): StreamGetMaxTangentialAccelerationResponse;
4554
- }
4555
-
4556
- export namespace StreamGetMaxTangentialAccelerationResponse {
4557
- export type AsObject = {
4558
- maxTangentialAcceleration: number,
4559
- }
4560
- }
4561
-
4562
3706
  export class StreamSetMaxTangentialAccelerationRequest extends jspb.Message {
4563
3707
  getInterfaceId(): number;
4564
3708
  setInterfaceId(value: number): void;
@@ -4627,26 +3771,6 @@ export namespace StreamGetMaxCentripetalAccelerationRequest {
4627
3771
  }
4628
3772
  }
4629
3773
 
4630
- export class StreamGetMaxCentripetalAccelerationResponse extends jspb.Message {
4631
- getMaxCentripetalAcceleration(): number;
4632
- setMaxCentripetalAcceleration(value: number): void;
4633
-
4634
- serializeBinary(): Uint8Array;
4635
- toObject(includeInstance?: boolean): StreamGetMaxCentripetalAccelerationResponse.AsObject;
4636
- static toObject(includeInstance: boolean, msg: StreamGetMaxCentripetalAccelerationResponse): StreamGetMaxCentripetalAccelerationResponse.AsObject;
4637
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4638
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4639
- static serializeBinaryToWriter(message: StreamGetMaxCentripetalAccelerationResponse, writer: jspb.BinaryWriter): void;
4640
- static deserializeBinary(bytes: Uint8Array): StreamGetMaxCentripetalAccelerationResponse;
4641
- static deserializeBinaryFromReader(message: StreamGetMaxCentripetalAccelerationResponse, reader: jspb.BinaryReader): StreamGetMaxCentripetalAccelerationResponse;
4642
- }
4643
-
4644
- export namespace StreamGetMaxCentripetalAccelerationResponse {
4645
- export type AsObject = {
4646
- maxCentripetalAcceleration: number,
4647
- }
4648
- }
4649
-
4650
3774
  export class StreamSetMaxCentripetalAccelerationRequest extends jspb.Message {
4651
3775
  getInterfaceId(): number;
4652
3776
  setInterfaceId(value: number): void;
@@ -4683,82 +3807,6 @@ export namespace StreamSetMaxCentripetalAccelerationRequest {
4683
3807
  }
4684
3808
  }
4685
3809
 
4686
- export class StreamToStringRequest extends jspb.Message {
4687
- getInterfaceId(): number;
4688
- setInterfaceId(value: number): void;
4689
-
4690
- getDevice(): number;
4691
- setDevice(value: number): void;
4692
-
4693
- getStreamId(): number;
4694
- setStreamId(value: number): void;
4695
-
4696
- serializeBinary(): Uint8Array;
4697
- toObject(includeInstance?: boolean): StreamToStringRequest.AsObject;
4698
- static toObject(includeInstance: boolean, msg: StreamToStringRequest): StreamToStringRequest.AsObject;
4699
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4700
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4701
- static serializeBinaryToWriter(message: StreamToStringRequest, writer: jspb.BinaryWriter): void;
4702
- static deserializeBinary(bytes: Uint8Array): StreamToStringRequest;
4703
- static deserializeBinaryFromReader(message: StreamToStringRequest, reader: jspb.BinaryReader): StreamToStringRequest;
4704
- }
4705
-
4706
- export namespace StreamToStringRequest {
4707
- export type AsObject = {
4708
- interfaceId: number,
4709
- device: number,
4710
- streamId: number,
4711
- }
4712
- }
4713
-
4714
- export class StreamToStringResponse extends jspb.Message {
4715
- getToStr(): string;
4716
- setToStr(value: string): void;
4717
-
4718
- serializeBinary(): Uint8Array;
4719
- toObject(includeInstance?: boolean): StreamToStringResponse.AsObject;
4720
- static toObject(includeInstance: boolean, msg: StreamToStringResponse): StreamToStringResponse.AsObject;
4721
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4722
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4723
- static serializeBinaryToWriter(message: StreamToStringResponse, writer: jspb.BinaryWriter): void;
4724
- static deserializeBinary(bytes: Uint8Array): StreamToStringResponse;
4725
- static deserializeBinaryFromReader(message: StreamToStringResponse, reader: jspb.BinaryReader): StreamToStringResponse;
4726
- }
4727
-
4728
- export namespace StreamToStringResponse {
4729
- export type AsObject = {
4730
- toStr: string,
4731
- }
4732
- }
4733
-
4734
- export class StreamDisableRequest extends jspb.Message {
4735
- getInterfaceId(): number;
4736
- setInterfaceId(value: number): void;
4737
-
4738
- getDevice(): number;
4739
- setDevice(value: number): void;
4740
-
4741
- getStreamId(): number;
4742
- setStreamId(value: number): void;
4743
-
4744
- serializeBinary(): Uint8Array;
4745
- toObject(includeInstance?: boolean): StreamDisableRequest.AsObject;
4746
- static toObject(includeInstance: boolean, msg: StreamDisableRequest): StreamDisableRequest.AsObject;
4747
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4748
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4749
- static serializeBinaryToWriter(message: StreamDisableRequest, writer: jspb.BinaryWriter): void;
4750
- static deserializeBinary(bytes: Uint8Array): StreamDisableRequest;
4751
- static deserializeBinaryFromReader(message: StreamDisableRequest, reader: jspb.BinaryReader): StreamDisableRequest;
4752
- }
4753
-
4754
- export namespace StreamDisableRequest {
4755
- export type AsObject = {
4756
- interfaceId: number,
4757
- device: number,
4758
- streamId: number,
4759
- }
4760
- }
4761
-
4762
3810
  export class StreamBufferGetContentRequest extends jspb.Message {
4763
3811
  getInterfaceId(): number;
4764
3812
  setInterfaceId(value: number): void;
@@ -5097,47 +4145,7 @@ export namespace BinaryMessageCollection {
5097
4145
  }
5098
4146
  }
5099
4147
 
5100
- export class BinaryDeviceRenumberRequest extends jspb.Message {
5101
- getInterfaceId(): number;
5102
- setInterfaceId(value: number): void;
5103
-
5104
- serializeBinary(): Uint8Array;
5105
- toObject(includeInstance?: boolean): BinaryDeviceRenumberRequest.AsObject;
5106
- static toObject(includeInstance: boolean, msg: BinaryDeviceRenumberRequest): BinaryDeviceRenumberRequest.AsObject;
5107
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5108
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5109
- static serializeBinaryToWriter(message: BinaryDeviceRenumberRequest, writer: jspb.BinaryWriter): void;
5110
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceRenumberRequest;
5111
- static deserializeBinaryFromReader(message: BinaryDeviceRenumberRequest, reader: jspb.BinaryReader): BinaryDeviceRenumberRequest;
5112
- }
5113
-
5114
- export namespace BinaryDeviceRenumberRequest {
5115
- export type AsObject = {
5116
- interfaceId: number,
5117
- }
5118
- }
5119
-
5120
- export class BinaryDeviceRenumberResponse extends jspb.Message {
5121
- getNumberDevices(): number;
5122
- setNumberDevices(value: number): void;
5123
-
5124
- serializeBinary(): Uint8Array;
5125
- toObject(includeInstance?: boolean): BinaryDeviceRenumberResponse.AsObject;
5126
- static toObject(includeInstance: boolean, msg: BinaryDeviceRenumberResponse): BinaryDeviceRenumberResponse.AsObject;
5127
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5128
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5129
- static serializeBinaryToWriter(message: BinaryDeviceRenumberResponse, writer: jspb.BinaryWriter): void;
5130
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceRenumberResponse;
5131
- static deserializeBinaryFromReader(message: BinaryDeviceRenumberResponse, reader: jspb.BinaryReader): BinaryDeviceRenumberResponse;
5132
- }
5133
-
5134
- export namespace BinaryDeviceRenumberResponse {
5135
- export type AsObject = {
5136
- numberDevices: number,
5137
- }
5138
- }
5139
-
5140
- export class BinaryDeviceIdentifyRequest extends jspb.Message {
4148
+ export class DeviceEmptyRequest extends jspb.Message {
5141
4149
  getInterfaceId(): number;
5142
4150
  setInterfaceId(value: number): void;
5143
4151
 
@@ -5145,16 +4153,16 @@ export class BinaryDeviceIdentifyRequest extends jspb.Message {
5145
4153
  setDevice(value: number): void;
5146
4154
 
5147
4155
  serializeBinary(): Uint8Array;
5148
- toObject(includeInstance?: boolean): BinaryDeviceIdentifyRequest.AsObject;
5149
- static toObject(includeInstance: boolean, msg: BinaryDeviceIdentifyRequest): BinaryDeviceIdentifyRequest.AsObject;
4156
+ toObject(includeInstance?: boolean): DeviceEmptyRequest.AsObject;
4157
+ static toObject(includeInstance: boolean, msg: DeviceEmptyRequest): DeviceEmptyRequest.AsObject;
5150
4158
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5151
4159
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5152
- static serializeBinaryToWriter(message: BinaryDeviceIdentifyRequest, writer: jspb.BinaryWriter): void;
5153
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceIdentifyRequest;
5154
- static deserializeBinaryFromReader(message: BinaryDeviceIdentifyRequest, reader: jspb.BinaryReader): BinaryDeviceIdentifyRequest;
4160
+ static serializeBinaryToWriter(message: DeviceEmptyRequest, writer: jspb.BinaryWriter): void;
4161
+ static deserializeBinary(bytes: Uint8Array): DeviceEmptyRequest;
4162
+ static deserializeBinaryFromReader(message: DeviceEmptyRequest, reader: jspb.BinaryReader): DeviceEmptyRequest;
5155
4163
  }
5156
4164
 
5157
- export namespace BinaryDeviceIdentifyRequest {
4165
+ export namespace DeviceEmptyRequest {
5158
4166
  export type AsObject = {
5159
4167
  interfaceId: number,
5160
4168
  device: number,
@@ -5217,30 +4225,6 @@ export namespace BinaryDeviceIdentity {
5217
4225
  }
5218
4226
  }
5219
4227
 
5220
- export class BinaryDeviceGetIdentityRequest extends jspb.Message {
5221
- getInterfaceId(): number;
5222
- setInterfaceId(value: number): void;
5223
-
5224
- getDevice(): number;
5225
- setDevice(value: number): void;
5226
-
5227
- serializeBinary(): Uint8Array;
5228
- toObject(includeInstance?: boolean): BinaryDeviceGetIdentityRequest.AsObject;
5229
- static toObject(includeInstance: boolean, msg: BinaryDeviceGetIdentityRequest): BinaryDeviceGetIdentityRequest.AsObject;
5230
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5231
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5232
- static serializeBinaryToWriter(message: BinaryDeviceGetIdentityRequest, writer: jspb.BinaryWriter): void;
5233
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetIdentityRequest;
5234
- static deserializeBinaryFromReader(message: BinaryDeviceGetIdentityRequest, reader: jspb.BinaryReader): BinaryDeviceGetIdentityRequest;
5235
- }
5236
-
5237
- export namespace BinaryDeviceGetIdentityRequest {
5238
- export type AsObject = {
5239
- interfaceId: number,
5240
- device: number,
5241
- }
5242
- }
5243
-
5244
4228
  export class BinaryDeviceGetIdentityResponse extends jspb.Message {
5245
4229
  hasIdentity(): boolean;
5246
4230
  clearIdentity(): void;
@@ -5263,50 +4247,6 @@ export namespace BinaryDeviceGetIdentityResponse {
5263
4247
  }
5264
4248
  }
5265
4249
 
5266
- export class BinaryDeviceGetIsIdentifiedRequest extends jspb.Message {
5267
- getInterfaceId(): number;
5268
- setInterfaceId(value: number): void;
5269
-
5270
- getDevice(): number;
5271
- setDevice(value: number): void;
5272
-
5273
- serializeBinary(): Uint8Array;
5274
- toObject(includeInstance?: boolean): BinaryDeviceGetIsIdentifiedRequest.AsObject;
5275
- static toObject(includeInstance: boolean, msg: BinaryDeviceGetIsIdentifiedRequest): BinaryDeviceGetIsIdentifiedRequest.AsObject;
5276
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5277
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5278
- static serializeBinaryToWriter(message: BinaryDeviceGetIsIdentifiedRequest, writer: jspb.BinaryWriter): void;
5279
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetIsIdentifiedRequest;
5280
- static deserializeBinaryFromReader(message: BinaryDeviceGetIsIdentifiedRequest, reader: jspb.BinaryReader): BinaryDeviceGetIsIdentifiedRequest;
5281
- }
5282
-
5283
- export namespace BinaryDeviceGetIsIdentifiedRequest {
5284
- export type AsObject = {
5285
- interfaceId: number,
5286
- device: number,
5287
- }
5288
- }
5289
-
5290
- export class BinaryDeviceGetIsIdentifiedResponse extends jspb.Message {
5291
- getIsIdentified(): boolean;
5292
- setIsIdentified(value: boolean): void;
5293
-
5294
- serializeBinary(): Uint8Array;
5295
- toObject(includeInstance?: boolean): BinaryDeviceGetIsIdentifiedResponse.AsObject;
5296
- static toObject(includeInstance: boolean, msg: BinaryDeviceGetIsIdentifiedResponse): BinaryDeviceGetIsIdentifiedResponse.AsObject;
5297
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5298
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5299
- static serializeBinaryToWriter(message: BinaryDeviceGetIsIdentifiedResponse, writer: jspb.BinaryWriter): void;
5300
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetIsIdentifiedResponse;
5301
- static deserializeBinaryFromReader(message: BinaryDeviceGetIsIdentifiedResponse, reader: jspb.BinaryReader): BinaryDeviceGetIsIdentifiedResponse;
5302
- }
5303
-
5304
- export namespace BinaryDeviceGetIsIdentifiedResponse {
5305
- export type AsObject = {
5306
- isIdentified: boolean,
5307
- }
5308
- }
5309
-
5310
4250
  export class BinaryGenericWithUnitsRequest extends jspb.Message {
5311
4251
  getInterfaceId(): number;
5312
4252
  setInterfaceId(value: number): void;
@@ -5351,26 +4291,6 @@ export namespace BinaryGenericWithUnitsRequest {
5351
4291
  }
5352
4292
  }
5353
4293
 
5354
- export class BinaryGenericWithUnitsResponse extends jspb.Message {
5355
- getData(): number;
5356
- setData(value: number): void;
5357
-
5358
- serializeBinary(): Uint8Array;
5359
- toObject(includeInstance?: boolean): BinaryGenericWithUnitsResponse.AsObject;
5360
- static toObject(includeInstance: boolean, msg: BinaryGenericWithUnitsResponse): BinaryGenericWithUnitsResponse.AsObject;
5361
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5362
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5363
- static serializeBinaryToWriter(message: BinaryGenericWithUnitsResponse, writer: jspb.BinaryWriter): void;
5364
- static deserializeBinary(bytes: Uint8Array): BinaryGenericWithUnitsResponse;
5365
- static deserializeBinaryFromReader(message: BinaryGenericWithUnitsResponse, reader: jspb.BinaryReader): BinaryGenericWithUnitsResponse;
5366
- }
5367
-
5368
- export namespace BinaryGenericWithUnitsResponse {
5369
- export type AsObject = {
5370
- data: number,
5371
- }
5372
- }
5373
-
5374
4294
  export class BinaryDeviceHomeRequest extends jspb.Message {
5375
4295
  getInterfaceId(): number;
5376
4296
  setInterfaceId(value: number): void;
@@ -5399,27 +4319,7 @@ export namespace BinaryDeviceHomeRequest {
5399
4319
  interfaceId: number,
5400
4320
  device: number,
5401
4321
  timeout: number,
5402
- unit: string,
5403
- }
5404
- }
5405
-
5406
- export class BinaryDeviceMovementResponse extends jspb.Message {
5407
- getData(): number;
5408
- setData(value: number): void;
5409
-
5410
- serializeBinary(): Uint8Array;
5411
- toObject(includeInstance?: boolean): BinaryDeviceMovementResponse.AsObject;
5412
- static toObject(includeInstance: boolean, msg: BinaryDeviceMovementResponse): BinaryDeviceMovementResponse.AsObject;
5413
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5414
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5415
- static serializeBinaryToWriter(message: BinaryDeviceMovementResponse, writer: jspb.BinaryWriter): void;
5416
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceMovementResponse;
5417
- static deserializeBinaryFromReader(message: BinaryDeviceMovementResponse, reader: jspb.BinaryReader): BinaryDeviceMovementResponse;
5418
- }
5419
-
5420
- export namespace BinaryDeviceMovementResponse {
5421
- export type AsObject = {
5422
- data: number,
4322
+ unit: string,
5423
4323
  }
5424
4324
  }
5425
4325
 
@@ -5501,74 +4401,6 @@ export namespace BinaryDeviceStopRequest {
5501
4401
  }
5502
4402
  }
5503
4403
 
5504
- export class BinaryDeviceWaitUntilIdleRequest extends jspb.Message {
5505
- getInterfaceId(): number;
5506
- setInterfaceId(value: number): void;
5507
-
5508
- getDevice(): number;
5509
- setDevice(value: number): void;
5510
-
5511
- serializeBinary(): Uint8Array;
5512
- toObject(includeInstance?: boolean): BinaryDeviceWaitUntilIdleRequest.AsObject;
5513
- static toObject(includeInstance: boolean, msg: BinaryDeviceWaitUntilIdleRequest): BinaryDeviceWaitUntilIdleRequest.AsObject;
5514
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5515
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5516
- static serializeBinaryToWriter(message: BinaryDeviceWaitUntilIdleRequest, writer: jspb.BinaryWriter): void;
5517
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceWaitUntilIdleRequest;
5518
- static deserializeBinaryFromReader(message: BinaryDeviceWaitUntilIdleRequest, reader: jspb.BinaryReader): BinaryDeviceWaitUntilIdleRequest;
5519
- }
5520
-
5521
- export namespace BinaryDeviceWaitUntilIdleRequest {
5522
- export type AsObject = {
5523
- interfaceId: number,
5524
- device: number,
5525
- }
5526
- }
5527
-
5528
- export class BinaryDeviceIsBusyRequest extends jspb.Message {
5529
- getInterfaceId(): number;
5530
- setInterfaceId(value: number): void;
5531
-
5532
- getDevice(): number;
5533
- setDevice(value: number): void;
5534
-
5535
- serializeBinary(): Uint8Array;
5536
- toObject(includeInstance?: boolean): BinaryDeviceIsBusyRequest.AsObject;
5537
- static toObject(includeInstance: boolean, msg: BinaryDeviceIsBusyRequest): BinaryDeviceIsBusyRequest.AsObject;
5538
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5539
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5540
- static serializeBinaryToWriter(message: BinaryDeviceIsBusyRequest, writer: jspb.BinaryWriter): void;
5541
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceIsBusyRequest;
5542
- static deserializeBinaryFromReader(message: BinaryDeviceIsBusyRequest, reader: jspb.BinaryReader): BinaryDeviceIsBusyRequest;
5543
- }
5544
-
5545
- export namespace BinaryDeviceIsBusyRequest {
5546
- export type AsObject = {
5547
- interfaceId: number,
5548
- device: number,
5549
- }
5550
- }
5551
-
5552
- export class BinaryDeviceIsBusyResponse extends jspb.Message {
5553
- getIsBusy(): boolean;
5554
- setIsBusy(value: boolean): void;
5555
-
5556
- serializeBinary(): Uint8Array;
5557
- toObject(includeInstance?: boolean): BinaryDeviceIsBusyResponse.AsObject;
5558
- static toObject(includeInstance: boolean, msg: BinaryDeviceIsBusyResponse): BinaryDeviceIsBusyResponse.AsObject;
5559
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5560
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5561
- static serializeBinaryToWriter(message: BinaryDeviceIsBusyResponse, writer: jspb.BinaryWriter): void;
5562
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceIsBusyResponse;
5563
- static deserializeBinaryFromReader(message: BinaryDeviceIsBusyResponse, reader: jspb.BinaryReader): BinaryDeviceIsBusyResponse;
5564
- }
5565
-
5566
- export namespace BinaryDeviceIsBusyResponse {
5567
- export type AsObject = {
5568
- isBusy: boolean,
5569
- }
5570
- }
5571
-
5572
4404
  export class BinaryDeviceDetectRequest extends jspb.Message {
5573
4405
  getInterfaceId(): number;
5574
4406
  setInterfaceId(value: number): void;
@@ -5647,26 +4479,6 @@ export namespace BinaryDeviceGetSettingRequest {
5647
4479
  }
5648
4480
  }
5649
4481
 
5650
- export class BinaryDeviceGetSettingResponse extends jspb.Message {
5651
- getValue(): number;
5652
- setValue(value: number): void;
5653
-
5654
- serializeBinary(): Uint8Array;
5655
- toObject(includeInstance?: boolean): BinaryDeviceGetSettingResponse.AsObject;
5656
- static toObject(includeInstance: boolean, msg: BinaryDeviceGetSettingResponse): BinaryDeviceGetSettingResponse.AsObject;
5657
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5658
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5659
- static serializeBinaryToWriter(message: BinaryDeviceGetSettingResponse, writer: jspb.BinaryWriter): void;
5660
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetSettingResponse;
5661
- static deserializeBinaryFromReader(message: BinaryDeviceGetSettingResponse, reader: jspb.BinaryReader): BinaryDeviceGetSettingResponse;
5662
- }
5663
-
5664
- export namespace BinaryDeviceGetSettingResponse {
5665
- export type AsObject = {
5666
- value: number,
5667
- }
5668
- }
5669
-
5670
4482
  export class BinaryDeviceSetSettingRequest extends jspb.Message {
5671
4483
  getInterfaceId(): number;
5672
4484
  setInterfaceId(value: number): void;
@@ -5703,50 +4515,6 @@ export namespace BinaryDeviceSetSettingRequest {
5703
4515
  }
5704
4516
  }
5705
4517
 
5706
- export class BinaryDeviceParkRequest extends jspb.Message {
5707
- getInterfaceId(): number;
5708
- setInterfaceId(value: number): void;
5709
-
5710
- getDevice(): number;
5711
- setDevice(value: number): void;
5712
-
5713
- serializeBinary(): Uint8Array;
5714
- toObject(includeInstance?: boolean): BinaryDeviceParkRequest.AsObject;
5715
- static toObject(includeInstance: boolean, msg: BinaryDeviceParkRequest): BinaryDeviceParkRequest.AsObject;
5716
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5717
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5718
- static serializeBinaryToWriter(message: BinaryDeviceParkRequest, writer: jspb.BinaryWriter): void;
5719
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceParkRequest;
5720
- static deserializeBinaryFromReader(message: BinaryDeviceParkRequest, reader: jspb.BinaryReader): BinaryDeviceParkRequest;
5721
- }
5722
-
5723
- export namespace BinaryDeviceParkRequest {
5724
- export type AsObject = {
5725
- interfaceId: number,
5726
- device: number,
5727
- }
5728
- }
5729
-
5730
- export class BinaryDeviceParkResponse extends jspb.Message {
5731
- getIsParked(): boolean;
5732
- setIsParked(value: boolean): void;
5733
-
5734
- serializeBinary(): Uint8Array;
5735
- toObject(includeInstance?: boolean): BinaryDeviceParkResponse.AsObject;
5736
- static toObject(includeInstance: boolean, msg: BinaryDeviceParkResponse): BinaryDeviceParkResponse.AsObject;
5737
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5738
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5739
- static serializeBinaryToWriter(message: BinaryDeviceParkResponse, writer: jspb.BinaryWriter): void;
5740
- static deserializeBinary(bytes: Uint8Array): BinaryDeviceParkResponse;
5741
- static deserializeBinaryFromReader(message: BinaryDeviceParkResponse, reader: jspb.BinaryReader): BinaryDeviceParkResponse;
5742
- }
5743
-
5744
- export namespace BinaryDeviceParkResponse {
5745
- export type AsObject = {
5746
- isParked: boolean,
5747
- }
5748
- }
5749
-
5750
4518
  export class CustomInterfaceReadRequest extends jspb.Message {
5751
4519
  getTransportId(): number;
5752
4520
  setTransportId(value: number): void;
@@ -5767,26 +4535,6 @@ export namespace CustomInterfaceReadRequest {
5767
4535
  }
5768
4536
  }
5769
4537
 
5770
- export class CustomInterfaceReadResponse extends jspb.Message {
5771
- getMessage(): string;
5772
- setMessage(value: string): void;
5773
-
5774
- serializeBinary(): Uint8Array;
5775
- toObject(includeInstance?: boolean): CustomInterfaceReadResponse.AsObject;
5776
- static toObject(includeInstance: boolean, msg: CustomInterfaceReadResponse): CustomInterfaceReadResponse.AsObject;
5777
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5778
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5779
- static serializeBinaryToWriter(message: CustomInterfaceReadResponse, writer: jspb.BinaryWriter): void;
5780
- static deserializeBinary(bytes: Uint8Array): CustomInterfaceReadResponse;
5781
- static deserializeBinaryFromReader(message: CustomInterfaceReadResponse, reader: jspb.BinaryReader): CustomInterfaceReadResponse;
5782
- }
5783
-
5784
- export namespace CustomInterfaceReadResponse {
5785
- export type AsObject = {
5786
- message: string,
5787
- }
5788
- }
5789
-
5790
4538
  export class CustomInterfaceWriteRequest extends jspb.Message {
5791
4539
  getTransportId(): number;
5792
4540
  setTransportId(value: number): void;
@@ -5855,54 +4603,6 @@ export namespace CustomInterfaceCloseRequest {
5855
4603
  }
5856
4604
  }
5857
4605
 
5858
- export class GetStateRequest extends jspb.Message {
5859
- getInterfaceId(): number;
5860
- setInterfaceId(value: number): void;
5861
-
5862
- getDevice(): number;
5863
- setDevice(value: number): void;
5864
-
5865
- getAxis(): number;
5866
- setAxis(value: number): void;
5867
-
5868
- serializeBinary(): Uint8Array;
5869
- toObject(includeInstance?: boolean): GetStateRequest.AsObject;
5870
- static toObject(includeInstance: boolean, msg: GetStateRequest): GetStateRequest.AsObject;
5871
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5872
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5873
- static serializeBinaryToWriter(message: GetStateRequest, writer: jspb.BinaryWriter): void;
5874
- static deserializeBinary(bytes: Uint8Array): GetStateRequest;
5875
- static deserializeBinaryFromReader(message: GetStateRequest, reader: jspb.BinaryReader): GetStateRequest;
5876
- }
5877
-
5878
- export namespace GetStateRequest {
5879
- export type AsObject = {
5880
- interfaceId: number,
5881
- device: number,
5882
- axis: number,
5883
- }
5884
- }
5885
-
5886
- export class GetStateResponse extends jspb.Message {
5887
- getState(): string;
5888
- setState(value: string): void;
5889
-
5890
- serializeBinary(): Uint8Array;
5891
- toObject(includeInstance?: boolean): GetStateResponse.AsObject;
5892
- static toObject(includeInstance: boolean, msg: GetStateResponse): GetStateResponse.AsObject;
5893
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5894
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5895
- static serializeBinaryToWriter(message: GetStateResponse, writer: jspb.BinaryWriter): void;
5896
- static deserializeBinary(bytes: Uint8Array): GetStateResponse;
5897
- static deserializeBinaryFromReader(message: GetStateResponse, reader: jspb.BinaryReader): GetStateResponse;
5898
- }
5899
-
5900
- export namespace GetStateResponse {
5901
- export type AsObject = {
5902
- state: string,
5903
- }
5904
- }
5905
-
5906
4606
  export class CanSetStateRequest extends jspb.Message {
5907
4607
  getInterfaceId(): number;
5908
4608
  setInterfaceId(value: number): void;
@@ -5916,9 +4616,6 @@ export class CanSetStateRequest extends jspb.Message {
5916
4616
  getState(): string;
5917
4617
  setState(value: string): void;
5918
4618
 
5919
- getDeviceOnly(): boolean;
5920
- setDeviceOnly(value: boolean): void;
5921
-
5922
4619
  serializeBinary(): Uint8Array;
5923
4620
  toObject(includeInstance?: boolean): CanSetStateRequest.AsObject;
5924
4621
  static toObject(includeInstance: boolean, msg: CanSetStateRequest): CanSetStateRequest.AsObject;
@@ -5935,7 +4632,6 @@ export namespace CanSetStateRequest {
5935
4632
  device: number,
5936
4633
  axis: number,
5937
4634
  state: string,
5938
- deviceOnly: boolean,
5939
4635
  }
5940
4636
  }
5941
4637
 
@@ -6145,54 +4841,6 @@ export namespace SetServoTuningRequest {
6145
4841
  }
6146
4842
  }
6147
4843
 
6148
- export class GetStartupParamset extends jspb.Message {
6149
- getInterfaceId(): number;
6150
- setInterfaceId(value: number): void;
6151
-
6152
- getDevice(): number;
6153
- setDevice(value: number): void;
6154
-
6155
- getAxis(): number;
6156
- setAxis(value: number): void;
6157
-
6158
- serializeBinary(): Uint8Array;
6159
- toObject(includeInstance?: boolean): GetStartupParamset.AsObject;
6160
- static toObject(includeInstance: boolean, msg: GetStartupParamset): GetStartupParamset.AsObject;
6161
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
6162
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
6163
- static serializeBinaryToWriter(message: GetStartupParamset, writer: jspb.BinaryWriter): void;
6164
- static deserializeBinary(bytes: Uint8Array): GetStartupParamset;
6165
- static deserializeBinaryFromReader(message: GetStartupParamset, reader: jspb.BinaryReader): GetStartupParamset;
6166
- }
6167
-
6168
- export namespace GetStartupParamset {
6169
- export type AsObject = {
6170
- interfaceId: number,
6171
- device: number,
6172
- axis: number,
6173
- }
6174
- }
6175
-
6176
- export class StartupParamset extends jspb.Message {
6177
- getParamset(): number;
6178
- setParamset(value: number): void;
6179
-
6180
- serializeBinary(): Uint8Array;
6181
- toObject(includeInstance?: boolean): StartupParamset.AsObject;
6182
- static toObject(includeInstance: boolean, msg: StartupParamset): StartupParamset.AsObject;
6183
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
6184
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
6185
- static serializeBinaryToWriter(message: StartupParamset, writer: jspb.BinaryWriter): void;
6186
- static deserializeBinary(bytes: Uint8Array): StartupParamset;
6187
- static deserializeBinaryFromReader(message: StartupParamset, reader: jspb.BinaryReader): StartupParamset;
6188
- }
6189
-
6190
- export namespace StartupParamset {
6191
- export type AsObject = {
6192
- paramset: number,
6193
- }
6194
- }
6195
-
6196
4844
  export class LoadParamset extends jspb.Message {
6197
4845
  getInterfaceId(): number;
6198
4846
  setInterfaceId(value: number): void;
@@ -6317,34 +4965,6 @@ export namespace PidTuning {
6317
4965
  }
6318
4966
  }
6319
4967
 
6320
- export class GetSimpleTuningParamListRequest extends jspb.Message {
6321
- getInterfaceId(): number;
6322
- setInterfaceId(value: number): void;
6323
-
6324
- getDevice(): number;
6325
- setDevice(value: number): void;
6326
-
6327
- getAxis(): number;
6328
- setAxis(value: number): void;
6329
-
6330
- serializeBinary(): Uint8Array;
6331
- toObject(includeInstance?: boolean): GetSimpleTuningParamListRequest.AsObject;
6332
- static toObject(includeInstance: boolean, msg: GetSimpleTuningParamListRequest): GetSimpleTuningParamListRequest.AsObject;
6333
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
6334
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
6335
- static serializeBinaryToWriter(message: GetSimpleTuningParamListRequest, writer: jspb.BinaryWriter): void;
6336
- static deserializeBinary(bytes: Uint8Array): GetSimpleTuningParamListRequest;
6337
- static deserializeBinaryFromReader(message: GetSimpleTuningParamListRequest, reader: jspb.BinaryReader): GetSimpleTuningParamListRequest;
6338
- }
6339
-
6340
- export namespace GetSimpleTuningParamListRequest {
6341
- export type AsObject = {
6342
- interfaceId: number,
6343
- device: number,
6344
- axis: number,
6345
- }
6346
- }
6347
-
6348
4968
  export class SetSimpleTuning extends jspb.Message {
6349
4969
  getInterfaceId(): number;
6350
4970
  setInterfaceId(value: number): void;
@@ -6947,26 +5567,6 @@ export namespace TranslatorGetAxisPositionRequest {
6947
5567
  }
6948
5568
  }
6949
5569
 
6950
- export class TranslatorGetAxisPositionResponse extends jspb.Message {
6951
- getValue(): number;
6952
- setValue(value: number): void;
6953
-
6954
- serializeBinary(): Uint8Array;
6955
- toObject(includeInstance?: boolean): TranslatorGetAxisPositionResponse.AsObject;
6956
- static toObject(includeInstance: boolean, msg: TranslatorGetAxisPositionResponse): TranslatorGetAxisPositionResponse.AsObject;
6957
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
6958
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
6959
- static serializeBinaryToWriter(message: TranslatorGetAxisPositionResponse, writer: jspb.BinaryWriter): void;
6960
- static deserializeBinary(bytes: Uint8Array): TranslatorGetAxisPositionResponse;
6961
- static deserializeBinaryFromReader(message: TranslatorGetAxisPositionResponse, reader: jspb.BinaryReader): TranslatorGetAxisPositionResponse;
6962
- }
6963
-
6964
- export namespace TranslatorGetAxisPositionResponse {
6965
- export type AsObject = {
6966
- value: number,
6967
- }
6968
- }
6969
-
6970
5570
  export class TranslatorGetAxisOffsetRequest extends jspb.Message {
6971
5571
  getTranslatorId(): number;
6972
5572
  setTranslatorId(value: number): void;
@@ -6999,26 +5599,6 @@ export namespace TranslatorGetAxisOffsetRequest {
6999
5599
  }
7000
5600
  }
7001
5601
 
7002
- export class TranslatorGetCurrentCoordinateSystemResponse extends jspb.Message {
7003
- getValue(): string;
7004
- setValue(value: string): void;
7005
-
7006
- serializeBinary(): Uint8Array;
7007
- toObject(includeInstance?: boolean): TranslatorGetCurrentCoordinateSystemResponse.AsObject;
7008
- static toObject(includeInstance: boolean, msg: TranslatorGetCurrentCoordinateSystemResponse): TranslatorGetCurrentCoordinateSystemResponse.AsObject;
7009
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7010
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7011
- static serializeBinaryToWriter(message: TranslatorGetCurrentCoordinateSystemResponse, writer: jspb.BinaryWriter): void;
7012
- static deserializeBinary(bytes: Uint8Array): TranslatorGetCurrentCoordinateSystemResponse;
7013
- static deserializeBinaryFromReader(message: TranslatorGetCurrentCoordinateSystemResponse, reader: jspb.BinaryReader): TranslatorGetCurrentCoordinateSystemResponse;
7014
- }
7015
-
7016
- export namespace TranslatorGetCurrentCoordinateSystemResponse {
7017
- export type AsObject = {
7018
- value: string,
7019
- }
7020
- }
7021
-
7022
5602
  export class TranslatorSetFeedRateOverrideRequest extends jspb.Message {
7023
5603
  getTranslatorId(): number;
7024
5604
  setTranslatorId(value: number): void;
@@ -7119,26 +5699,6 @@ export namespace DeviceGetStorageRequest {
7119
5699
  }
7120
5700
  }
7121
5701
 
7122
- export class DeviceGetStorageResponse extends jspb.Message {
7123
- getValue(): string;
7124
- setValue(value: string): void;
7125
-
7126
- serializeBinary(): Uint8Array;
7127
- toObject(includeInstance?: boolean): DeviceGetStorageResponse.AsObject;
7128
- static toObject(includeInstance: boolean, msg: DeviceGetStorageResponse): DeviceGetStorageResponse.AsObject;
7129
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7130
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7131
- static serializeBinaryToWriter(message: DeviceGetStorageResponse, writer: jspb.BinaryWriter): void;
7132
- static deserializeBinary(bytes: Uint8Array): DeviceGetStorageResponse;
7133
- static deserializeBinaryFromReader(message: DeviceGetStorageResponse, reader: jspb.BinaryReader): DeviceGetStorageResponse;
7134
- }
7135
-
7136
- export namespace DeviceGetStorageResponse {
7137
- export type AsObject = {
7138
- value: string,
7139
- }
7140
- }
7141
-
7142
5702
  export class DeviceSetStorageNumberRequest extends jspb.Message {
7143
5703
  getInterfaceId(): number;
7144
5704
  setInterfaceId(value: number): void;
@@ -7207,26 +5767,6 @@ export namespace DeviceGetStorageNumberRequest {
7207
5767
  }
7208
5768
  }
7209
5769
 
7210
- export class DeviceGetStorageNumberResponse extends jspb.Message {
7211
- getValue(): number;
7212
- setValue(value: number): void;
7213
-
7214
- serializeBinary(): Uint8Array;
7215
- toObject(includeInstance?: boolean): DeviceGetStorageNumberResponse.AsObject;
7216
- static toObject(includeInstance: boolean, msg: DeviceGetStorageNumberResponse): DeviceGetStorageNumberResponse.AsObject;
7217
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7218
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7219
- static serializeBinaryToWriter(message: DeviceGetStorageNumberResponse, writer: jspb.BinaryWriter): void;
7220
- static deserializeBinary(bytes: Uint8Array): DeviceGetStorageNumberResponse;
7221
- static deserializeBinaryFromReader(message: DeviceGetStorageNumberResponse, reader: jspb.BinaryReader): DeviceGetStorageNumberResponse;
7222
- }
7223
-
7224
- export namespace DeviceGetStorageNumberResponse {
7225
- export type AsObject = {
7226
- value: number,
7227
- }
7228
- }
7229
-
7230
5770
  export class DeviceSetStorageBoolRequest extends jspb.Message {
7231
5771
  getInterfaceId(): number;
7232
5772
  setInterfaceId(value: number): void;
@@ -7295,26 +5835,6 @@ export namespace DeviceGetStorageBoolRequest {
7295
5835
  }
7296
5836
  }
7297
5837
 
7298
- export class DeviceGetStorageBoolResponse extends jspb.Message {
7299
- getValue(): boolean;
7300
- setValue(value: boolean): void;
7301
-
7302
- serializeBinary(): Uint8Array;
7303
- toObject(includeInstance?: boolean): DeviceGetStorageBoolResponse.AsObject;
7304
- static toObject(includeInstance: boolean, msg: DeviceGetStorageBoolResponse): DeviceGetStorageBoolResponse.AsObject;
7305
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7306
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7307
- static serializeBinaryToWriter(message: DeviceGetStorageBoolResponse, writer: jspb.BinaryWriter): void;
7308
- static deserializeBinary(bytes: Uint8Array): DeviceGetStorageBoolResponse;
7309
- static deserializeBinaryFromReader(message: DeviceGetStorageBoolResponse, reader: jspb.BinaryReader): DeviceGetStorageBoolResponse;
7310
- }
7311
-
7312
- export namespace DeviceGetStorageBoolResponse {
7313
- export type AsObject = {
7314
- value: boolean,
7315
- }
7316
- }
7317
-
7318
5838
  export enum MessageType {
7319
5839
  REPLY = 0,
7320
5840
  INFO = 1,