@zaber/motion 2.13.0 → 2.14.0
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.
- package/dist/binding/wasm/zaber-motion-lib.wasm +0 -0
- package/dist/lib/ascii/all_axes.d.ts +5 -0
- package/dist/lib/ascii/all_axes.js +25 -9
- package/dist/lib/ascii/all_axes.js.map +1 -1
- package/dist/lib/ascii/axis.d.ts +5 -0
- package/dist/lib/ascii/axis.js +39 -23
- package/dist/lib/ascii/axis.js.map +1 -1
- package/dist/lib/ascii/axis_settings.d.ts +26 -0
- package/dist/lib/ascii/axis_settings.js +67 -5
- package/dist/lib/ascii/axis_settings.js.map +1 -1
- package/dist/lib/ascii/connection.js +17 -13
- package/dist/lib/ascii/connection.js.map +1 -1
- package/dist/lib/ascii/conversion_factor.d.ts +21 -0
- package/dist/lib/ascii/conversion_factor.js +46 -0
- package/dist/lib/ascii/conversion_factor.js.map +1 -0
- package/dist/lib/ascii/device.js +21 -17
- package/dist/lib/ascii/device.js.map +1 -1
- package/dist/lib/ascii/device_io.js +10 -6
- package/dist/lib/ascii/device_io.js.map +1 -1
- package/dist/lib/ascii/device_settings.d.ts +19 -0
- package/dist/lib/ascii/device_settings.js +50 -5
- package/dist/lib/ascii/device_settings.js.map +1 -1
- package/dist/lib/ascii/index.d.ts +2 -1
- package/dist/lib/ascii/index.js +5 -3
- package/dist/lib/ascii/index.js.map +1 -1
- package/dist/lib/ascii/lockstep.js +18 -14
- package/dist/lib/ascii/lockstep.js.map +1 -1
- package/dist/lib/ascii/oscilloscope.js +10 -6
- package/dist/lib/ascii/oscilloscope.js.map +1 -1
- package/dist/lib/ascii/oscilloscope_data.d.ts +1 -7
- package/dist/lib/ascii/oscilloscope_data.js +14 -27
- package/dist/lib/ascii/oscilloscope_data.js.map +1 -1
- package/dist/lib/ascii/servo_tuner.d.ts +2 -2
- package/dist/lib/ascii/servo_tuner.js +14 -10
- package/dist/lib/ascii/servo_tuner.js.map +1 -1
- package/dist/lib/ascii/servo_tuning_param.js +5 -1
- package/dist/lib/ascii/servo_tuning_param.js.map +1 -1
- package/dist/lib/ascii/setting_constants.d.ts +4 -0
- package/dist/lib/ascii/setting_constants.js +4 -0
- package/dist/lib/ascii/setting_constants.js.map +1 -1
- package/dist/lib/ascii/{simple_tuning_param.d.ts → simple_tuning_param_definition.d.ts} +3 -3
- package/dist/lib/ascii/simple_tuning_param_definition.js +20 -0
- package/dist/lib/ascii/simple_tuning_param_definition.js.map +1 -0
- package/dist/lib/ascii/storage.d.ts +10 -0
- package/dist/lib/ascii/storage.js +38 -11
- package/dist/lib/ascii/storage.js.map +1 -1
- package/dist/lib/ascii/stream.js +25 -21
- package/dist/lib/ascii/stream.js.map +1 -1
- package/dist/lib/ascii/stream_axis_definition.js +5 -1
- package/dist/lib/ascii/stream_axis_definition.js.map +1 -1
- package/dist/lib/ascii/stream_buffer.js +5 -1
- package/dist/lib/ascii/stream_buffer.js.map +1 -1
- package/dist/lib/ascii/transport.js +7 -3
- package/dist/lib/ascii/transport.js.map +1 -1
- package/dist/lib/ascii/warnings.js +5 -1
- package/dist/lib/ascii/warnings.js.map +1 -1
- package/dist/lib/ascii_ns.d.ts +4 -2
- package/dist/lib/ascii_ns.js +7 -2
- package/dist/lib/ascii_ns.js.map +1 -1
- package/dist/lib/binary/binary_settings.d.ts +2 -1
- package/dist/lib/binary/binary_settings.js +2 -1
- package/dist/lib/binary/binary_settings.js.map +1 -1
- package/dist/lib/binary/command_code.d.ts +2 -1
- package/dist/lib/binary/command_code.js +1 -0
- package/dist/lib/binary/command_code.js.map +1 -1
- package/dist/lib/binary/connection.js +13 -9
- package/dist/lib/binary/connection.js.map +1 -1
- package/dist/lib/binary/device.js +37 -33
- package/dist/lib/binary/device.js.map +1 -1
- package/dist/lib/binary/device_settings.js +6 -2
- package/dist/lib/binary/device_settings.js.map +1 -1
- package/dist/lib/binary/reply_code.d.ts +1 -0
- package/dist/lib/binary/reply_code.js +1 -0
- package/dist/lib/binary/reply_code.js.map +1 -1
- package/dist/lib/binary_ns.js +5 -1
- package/dist/lib/binary_ns.js.map +1 -1
- package/dist/lib/can_set_state_axis_response.d.ts +1 -1
- package/dist/lib/can_set_state_axis_response.js.map +1 -1
- package/dist/lib/can_set_state_device_response.d.ts +2 -2
- package/dist/lib/can_set_state_device_response.js +1 -1
- package/dist/lib/can_set_state_device_response.js.map +1 -1
- package/dist/lib/exceptions/device_db_failed_exception.d.ts +8 -1
- package/dist/lib/exceptions/device_db_failed_exception.js +16 -1
- package/dist/lib/exceptions/device_db_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/device_db_failed_exception_data.d.ts +12 -0
- package/dist/lib/exceptions/device_db_failed_exception_data.js +17 -0
- package/dist/lib/exceptions/device_db_failed_exception_data.js.map +1 -0
- package/dist/lib/exceptions/index.d.ts +1 -0
- package/dist/lib/exceptions/index.js +4 -2
- package/dist/lib/exceptions/index.js.map +1 -1
- package/dist/lib/gateway/convert_exceptions.js +5 -1
- package/dist/lib/gateway/convert_exceptions.js.map +1 -1
- package/dist/lib/gateway/index.js +5 -1
- package/dist/lib/gateway/index.js.map +1 -1
- package/dist/lib/gateway/wasm-exec.js +58 -53
- package/dist/lib/gateway/wasm-exec.js.map +1 -1
- package/dist/lib/gcode/axis_definition.js +5 -1
- package/dist/lib/gcode/axis_definition.js.map +1 -1
- package/dist/lib/gcode/axis_mapping.js +5 -1
- package/dist/lib/gcode/axis_mapping.js.map +1 -1
- package/dist/lib/gcode/axis_transformation.js +5 -1
- package/dist/lib/gcode/axis_transformation.js.map +1 -1
- package/dist/lib/gcode/device_definition.js +5 -1
- package/dist/lib/gcode/device_definition.js.map +1 -1
- package/dist/lib/gcode/offline_translator.js +8 -4
- package/dist/lib/gcode/offline_translator.js.map +1 -1
- package/dist/lib/gcode/translator.js +8 -4
- package/dist/lib/gcode/translator.js.map +1 -1
- package/dist/lib/gcode/translator_config.js +5 -1
- package/dist/lib/gcode/translator_config.js.map +1 -1
- package/dist/lib/gcode_ns.js +5 -1
- package/dist/lib/gcode_ns.js.map +1 -1
- package/dist/lib/index.js +5 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/library.js +5 -1
- package/dist/lib/library.js.map +1 -1
- package/dist/lib/measurement.js +5 -1
- package/dist/lib/measurement.js.map +1 -1
- package/dist/lib/protobufs/main_pb.d.ts +352 -1940
- package/dist/lib/protobufs/main_pb.js +11166 -23229
- package/dist/lib/protobufs/main_pb.js.map +1 -1
- package/dist/lib/tools.js +6 -2
- package/dist/lib/tools.js.map +1 -1
- package/package.json +2 -2
- package/dist/lib/ascii/simple_tuning_param.js +0 -20
- package/dist/lib/ascii/simple_tuning_param.js.map +0 -1
|
@@ -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;
|
|
@@ -836,6 +896,26 @@ export namespace ToggleDeviceDbStoreRequest {
|
|
|
836
896
|
}
|
|
837
897
|
}
|
|
838
898
|
|
|
899
|
+
export class DeviceDbFailedExceptionData extends jspb.Message {
|
|
900
|
+
getCode(): string;
|
|
901
|
+
setCode(value: string): void;
|
|
902
|
+
|
|
903
|
+
serializeBinary(): Uint8Array;
|
|
904
|
+
toObject(includeInstance?: boolean): DeviceDbFailedExceptionData.AsObject;
|
|
905
|
+
static toObject(includeInstance: boolean, msg: DeviceDbFailedExceptionData): DeviceDbFailedExceptionData.AsObject;
|
|
906
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
907
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
908
|
+
static serializeBinaryToWriter(message: DeviceDbFailedExceptionData, writer: jspb.BinaryWriter): void;
|
|
909
|
+
static deserializeBinary(bytes: Uint8Array): DeviceDbFailedExceptionData;
|
|
910
|
+
static deserializeBinaryFromReader(message: DeviceDbFailedExceptionData, reader: jspb.BinaryReader): DeviceDbFailedExceptionData;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
export namespace DeviceDbFailedExceptionData {
|
|
914
|
+
export type AsObject = {
|
|
915
|
+
code: string,
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
|
|
839
919
|
export class OpenInterfaceRequest extends jspb.Message {
|
|
840
920
|
getInterfaceType(): InterfaceType;
|
|
841
921
|
setInterfaceType(value: InterfaceType): void;
|
|
@@ -920,66 +1000,26 @@ export namespace OpenInterfaceResponse {
|
|
|
920
1000
|
}
|
|
921
1001
|
}
|
|
922
1002
|
|
|
923
|
-
export class
|
|
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 {
|
|
1003
|
+
export class InterfaceEmptyRequest extends jspb.Message {
|
|
944
1004
|
getInterfaceId(): number;
|
|
945
1005
|
setInterfaceId(value: number): void;
|
|
946
1006
|
|
|
947
1007
|
serializeBinary(): Uint8Array;
|
|
948
|
-
toObject(includeInstance?: boolean):
|
|
949
|
-
static toObject(includeInstance: boolean, msg:
|
|
1008
|
+
toObject(includeInstance?: boolean): InterfaceEmptyRequest.AsObject;
|
|
1009
|
+
static toObject(includeInstance: boolean, msg: InterfaceEmptyRequest): InterfaceEmptyRequest.AsObject;
|
|
950
1010
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
951
1011
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
952
|
-
static serializeBinaryToWriter(message:
|
|
953
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
954
|
-
static deserializeBinaryFromReader(message:
|
|
1012
|
+
static serializeBinaryToWriter(message: InterfaceEmptyRequest, writer: jspb.BinaryWriter): void;
|
|
1013
|
+
static deserializeBinary(bytes: Uint8Array): InterfaceEmptyRequest;
|
|
1014
|
+
static deserializeBinaryFromReader(message: InterfaceEmptyRequest, reader: jspb.BinaryReader): InterfaceEmptyRequest;
|
|
955
1015
|
}
|
|
956
1016
|
|
|
957
|
-
export namespace
|
|
1017
|
+
export namespace InterfaceEmptyRequest {
|
|
958
1018
|
export type AsObject = {
|
|
959
1019
|
interfaceId: number,
|
|
960
1020
|
}
|
|
961
1021
|
}
|
|
962
1022
|
|
|
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
1023
|
export class SetInterfaceTimeoutRequest extends jspb.Message {
|
|
984
1024
|
getInterfaceId(): number;
|
|
985
1025
|
setInterfaceId(value: number): void;
|
|
@@ -1004,26 +1044,6 @@ export namespace SetInterfaceTimeoutRequest {
|
|
|
1004
1044
|
}
|
|
1005
1045
|
}
|
|
1006
1046
|
|
|
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
1047
|
export class SetInterfaceChecksumEnabledRequest extends jspb.Message {
|
|
1028
1048
|
getInterfaceId(): number;
|
|
1029
1049
|
setInterfaceId(value: number): void;
|
|
@@ -1048,7 +1068,7 @@ export namespace SetInterfaceChecksumEnabledRequest {
|
|
|
1048
1068
|
}
|
|
1049
1069
|
}
|
|
1050
1070
|
|
|
1051
|
-
export class
|
|
1071
|
+
export class AxisEmptyRequest extends jspb.Message {
|
|
1052
1072
|
getInterfaceId(): number;
|
|
1053
1073
|
setInterfaceId(value: number): void;
|
|
1054
1074
|
|
|
@@ -1059,16 +1079,16 @@ export class ToStringRequest extends jspb.Message {
|
|
|
1059
1079
|
setAxis(value: number): void;
|
|
1060
1080
|
|
|
1061
1081
|
serializeBinary(): Uint8Array;
|
|
1062
|
-
toObject(includeInstance?: boolean):
|
|
1063
|
-
static toObject(includeInstance: boolean, msg:
|
|
1082
|
+
toObject(includeInstance?: boolean): AxisEmptyRequest.AsObject;
|
|
1083
|
+
static toObject(includeInstance: boolean, msg: AxisEmptyRequest): AxisEmptyRequest.AsObject;
|
|
1064
1084
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1065
1085
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1066
|
-
static serializeBinaryToWriter(message:
|
|
1067
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1068
|
-
static deserializeBinaryFromReader(message:
|
|
1086
|
+
static serializeBinaryToWriter(message: AxisEmptyRequest, writer: jspb.BinaryWriter): void;
|
|
1087
|
+
static deserializeBinary(bytes: Uint8Array): AxisEmptyRequest;
|
|
1088
|
+
static deserializeBinaryFromReader(message: AxisEmptyRequest, reader: jspb.BinaryReader): AxisEmptyRequest;
|
|
1069
1089
|
}
|
|
1070
1090
|
|
|
1071
|
-
export namespace
|
|
1091
|
+
export namespace AxisEmptyRequest {
|
|
1072
1092
|
export type AsObject = {
|
|
1073
1093
|
interfaceId: number,
|
|
1074
1094
|
device: number,
|
|
@@ -1076,26 +1096,6 @@ export namespace ToStringRequest {
|
|
|
1076
1096
|
}
|
|
1077
1097
|
}
|
|
1078
1098
|
|
|
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
1099
|
export class GenericCommandRequest extends jspb.Message {
|
|
1100
1100
|
getInterfaceId(): number;
|
|
1101
1101
|
setInterfaceId(value: number): void;
|
|
@@ -1342,26 +1342,6 @@ export namespace DeviceRenumberRequest {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
}
|
|
1344
1344
|
|
|
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
1345
|
export class DeviceDetectRequest extends jspb.Message {
|
|
1366
1346
|
getInterfaceId(): number;
|
|
1367
1347
|
setInterfaceId(value: number): void;
|
|
@@ -1572,30 +1552,6 @@ export namespace DeviceStopRequest {
|
|
|
1572
1552
|
}
|
|
1573
1553
|
}
|
|
1574
1554
|
|
|
1575
|
-
export class DeviceIdentifyRequest extends jspb.Message {
|
|
1576
|
-
getInterfaceId(): number;
|
|
1577
|
-
setInterfaceId(value: number): void;
|
|
1578
|
-
|
|
1579
|
-
getDevice(): number;
|
|
1580
|
-
setDevice(value: number): void;
|
|
1581
|
-
|
|
1582
|
-
serializeBinary(): Uint8Array;
|
|
1583
|
-
toObject(includeInstance?: boolean): DeviceIdentifyRequest.AsObject;
|
|
1584
|
-
static toObject(includeInstance: boolean, msg: DeviceIdentifyRequest): DeviceIdentifyRequest.AsObject;
|
|
1585
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1586
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1587
|
-
static serializeBinaryToWriter(message: DeviceIdentifyRequest, writer: jspb.BinaryWriter): void;
|
|
1588
|
-
static deserializeBinary(bytes: Uint8Array): DeviceIdentifyRequest;
|
|
1589
|
-
static deserializeBinaryFromReader(message: DeviceIdentifyRequest, reader: jspb.BinaryReader): DeviceIdentifyRequest;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
export namespace DeviceIdentifyRequest {
|
|
1593
|
-
export type AsObject = {
|
|
1594
|
-
interfaceId: number,
|
|
1595
|
-
device: number,
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
|
|
1599
1555
|
export class DeviceOnAllRequest extends jspb.Message {
|
|
1600
1556
|
getInterfaceId(): number;
|
|
1601
1557
|
setInterfaceId(value: number): void;
|
|
@@ -1642,401 +1598,193 @@ export namespace DeviceOnAllResponse {
|
|
|
1642
1598
|
}
|
|
1643
1599
|
}
|
|
1644
1600
|
|
|
1645
|
-
export class
|
|
1601
|
+
export class DeviceGetWarningsRequest extends jspb.Message {
|
|
1646
1602
|
getInterfaceId(): number;
|
|
1647
1603
|
setInterfaceId(value: number): void;
|
|
1648
1604
|
|
|
1649
1605
|
getDevice(): number;
|
|
1650
1606
|
setDevice(value: number): void;
|
|
1651
1607
|
|
|
1608
|
+
getAxis(): number;
|
|
1609
|
+
setAxis(value: number): void;
|
|
1610
|
+
|
|
1611
|
+
getClear(): boolean;
|
|
1612
|
+
setClear(value: boolean): void;
|
|
1613
|
+
|
|
1652
1614
|
serializeBinary(): Uint8Array;
|
|
1653
|
-
toObject(includeInstance?: boolean):
|
|
1654
|
-
static toObject(includeInstance: boolean, msg:
|
|
1615
|
+
toObject(includeInstance?: boolean): DeviceGetWarningsRequest.AsObject;
|
|
1616
|
+
static toObject(includeInstance: boolean, msg: DeviceGetWarningsRequest): DeviceGetWarningsRequest.AsObject;
|
|
1655
1617
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1656
1618
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1657
|
-
static serializeBinaryToWriter(message:
|
|
1658
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1659
|
-
static deserializeBinaryFromReader(message:
|
|
1619
|
+
static serializeBinaryToWriter(message: DeviceGetWarningsRequest, writer: jspb.BinaryWriter): void;
|
|
1620
|
+
static deserializeBinary(bytes: Uint8Array): DeviceGetWarningsRequest;
|
|
1621
|
+
static deserializeBinaryFromReader(message: DeviceGetWarningsRequest, reader: jspb.BinaryReader): DeviceGetWarningsRequest;
|
|
1660
1622
|
}
|
|
1661
1623
|
|
|
1662
|
-
export namespace
|
|
1624
|
+
export namespace DeviceGetWarningsRequest {
|
|
1663
1625
|
export type AsObject = {
|
|
1664
1626
|
interfaceId: number,
|
|
1665
1627
|
device: number,
|
|
1628
|
+
axis: number,
|
|
1629
|
+
clear: boolean,
|
|
1666
1630
|
}
|
|
1667
1631
|
}
|
|
1668
1632
|
|
|
1669
|
-
export class
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1633
|
+
export class DeviceGetWarningsResponse extends jspb.Message {
|
|
1634
|
+
clearFlagsList(): void;
|
|
1635
|
+
getFlagsList(): Array<string>;
|
|
1636
|
+
setFlagsList(value: Array<string>): void;
|
|
1637
|
+
addFlags(value: string, index?: number): string;
|
|
1674
1638
|
|
|
1675
1639
|
serializeBinary(): Uint8Array;
|
|
1676
|
-
toObject(includeInstance?: boolean):
|
|
1677
|
-
static toObject(includeInstance: boolean, msg:
|
|
1640
|
+
toObject(includeInstance?: boolean): DeviceGetWarningsResponse.AsObject;
|
|
1641
|
+
static toObject(includeInstance: boolean, msg: DeviceGetWarningsResponse): DeviceGetWarningsResponse.AsObject;
|
|
1678
1642
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1679
1643
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1680
|
-
static serializeBinaryToWriter(message:
|
|
1681
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1682
|
-
static deserializeBinaryFromReader(message:
|
|
1644
|
+
static serializeBinaryToWriter(message: DeviceGetWarningsResponse, writer: jspb.BinaryWriter): void;
|
|
1645
|
+
static deserializeBinary(bytes: Uint8Array): DeviceGetWarningsResponse;
|
|
1646
|
+
static deserializeBinaryFromReader(message: DeviceGetWarningsResponse, reader: jspb.BinaryReader): DeviceGetWarningsResponse;
|
|
1683
1647
|
}
|
|
1684
1648
|
|
|
1685
|
-
export namespace
|
|
1649
|
+
export namespace DeviceGetWarningsResponse {
|
|
1686
1650
|
export type AsObject = {
|
|
1687
|
-
|
|
1651
|
+
flagsList: Array<string>,
|
|
1688
1652
|
}
|
|
1689
1653
|
}
|
|
1690
1654
|
|
|
1691
|
-
export class
|
|
1655
|
+
export class DeviceGetAllDigitalIORequest extends jspb.Message {
|
|
1692
1656
|
getInterfaceId(): number;
|
|
1693
1657
|
setInterfaceId(value: number): void;
|
|
1694
1658
|
|
|
1695
1659
|
getDevice(): number;
|
|
1696
1660
|
setDevice(value: number): void;
|
|
1697
1661
|
|
|
1662
|
+
getChannelType(): string;
|
|
1663
|
+
setChannelType(value: string): void;
|
|
1664
|
+
|
|
1698
1665
|
serializeBinary(): Uint8Array;
|
|
1699
|
-
toObject(includeInstance?: boolean):
|
|
1700
|
-
static toObject(includeInstance: boolean, msg:
|
|
1666
|
+
toObject(includeInstance?: boolean): DeviceGetAllDigitalIORequest.AsObject;
|
|
1667
|
+
static toObject(includeInstance: boolean, msg: DeviceGetAllDigitalIORequest): DeviceGetAllDigitalIORequest.AsObject;
|
|
1701
1668
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1702
1669
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1703
|
-
static serializeBinaryToWriter(message:
|
|
1704
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1705
|
-
static deserializeBinaryFromReader(message:
|
|
1670
|
+
static serializeBinaryToWriter(message: DeviceGetAllDigitalIORequest, writer: jspb.BinaryWriter): void;
|
|
1671
|
+
static deserializeBinary(bytes: Uint8Array): DeviceGetAllDigitalIORequest;
|
|
1672
|
+
static deserializeBinaryFromReader(message: DeviceGetAllDigitalIORequest, reader: jspb.BinaryReader): DeviceGetAllDigitalIORequest;
|
|
1706
1673
|
}
|
|
1707
1674
|
|
|
1708
|
-
export namespace
|
|
1675
|
+
export namespace DeviceGetAllDigitalIORequest {
|
|
1709
1676
|
export type AsObject = {
|
|
1710
1677
|
interfaceId: number,
|
|
1711
1678
|
device: number,
|
|
1679
|
+
channelType: string,
|
|
1712
1680
|
}
|
|
1713
1681
|
}
|
|
1714
1682
|
|
|
1715
|
-
export class
|
|
1716
|
-
|
|
1717
|
-
|
|
1683
|
+
export class DeviceGetAllDigitalIOResponse extends jspb.Message {
|
|
1684
|
+
clearValuesList(): void;
|
|
1685
|
+
getValuesList(): Array<boolean>;
|
|
1686
|
+
setValuesList(value: Array<boolean>): void;
|
|
1687
|
+
addValues(value: boolean, index?: number): boolean;
|
|
1718
1688
|
|
|
1719
1689
|
serializeBinary(): Uint8Array;
|
|
1720
|
-
toObject(includeInstance?: boolean):
|
|
1721
|
-
static toObject(includeInstance: boolean, msg:
|
|
1690
|
+
toObject(includeInstance?: boolean): DeviceGetAllDigitalIOResponse.AsObject;
|
|
1691
|
+
static toObject(includeInstance: boolean, msg: DeviceGetAllDigitalIOResponse): DeviceGetAllDigitalIOResponse.AsObject;
|
|
1722
1692
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1723
1693
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1724
|
-
static serializeBinaryToWriter(message:
|
|
1725
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1726
|
-
static deserializeBinaryFromReader(message:
|
|
1694
|
+
static serializeBinaryToWriter(message: DeviceGetAllDigitalIOResponse, writer: jspb.BinaryWriter): void;
|
|
1695
|
+
static deserializeBinary(bytes: Uint8Array): DeviceGetAllDigitalIOResponse;
|
|
1696
|
+
static deserializeBinaryFromReader(message: DeviceGetAllDigitalIOResponse, reader: jspb.BinaryReader): DeviceGetAllDigitalIOResponse;
|
|
1727
1697
|
}
|
|
1728
1698
|
|
|
1729
|
-
export namespace
|
|
1699
|
+
export namespace DeviceGetAllDigitalIOResponse {
|
|
1730
1700
|
export type AsObject = {
|
|
1731
|
-
|
|
1701
|
+
valuesList: Array<boolean>,
|
|
1732
1702
|
}
|
|
1733
1703
|
}
|
|
1734
1704
|
|
|
1735
|
-
export class
|
|
1705
|
+
export class DeviceGetAllAnalogIORequest extends jspb.Message {
|
|
1736
1706
|
getInterfaceId(): number;
|
|
1737
1707
|
setInterfaceId(value: number): void;
|
|
1738
1708
|
|
|
1739
1709
|
getDevice(): number;
|
|
1740
1710
|
setDevice(value: number): void;
|
|
1741
1711
|
|
|
1742
|
-
|
|
1743
|
-
|
|
1712
|
+
getChannelType(): string;
|
|
1713
|
+
setChannelType(value: string): void;
|
|
1744
1714
|
|
|
1745
1715
|
serializeBinary(): Uint8Array;
|
|
1746
|
-
toObject(includeInstance?: boolean):
|
|
1747
|
-
static toObject(includeInstance: boolean, msg:
|
|
1716
|
+
toObject(includeInstance?: boolean): DeviceGetAllAnalogIORequest.AsObject;
|
|
1717
|
+
static toObject(includeInstance: boolean, msg: DeviceGetAllAnalogIORequest): DeviceGetAllAnalogIORequest.AsObject;
|
|
1748
1718
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1749
1719
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1750
|
-
static serializeBinaryToWriter(message:
|
|
1751
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1752
|
-
static deserializeBinaryFromReader(message:
|
|
1720
|
+
static serializeBinaryToWriter(message: DeviceGetAllAnalogIORequest, writer: jspb.BinaryWriter): void;
|
|
1721
|
+
static deserializeBinary(bytes: Uint8Array): DeviceGetAllAnalogIORequest;
|
|
1722
|
+
static deserializeBinaryFromReader(message: DeviceGetAllAnalogIORequest, reader: jspb.BinaryReader): DeviceGetAllAnalogIORequest;
|
|
1753
1723
|
}
|
|
1754
1724
|
|
|
1755
|
-
export namespace
|
|
1725
|
+
export namespace DeviceGetAllAnalogIORequest {
|
|
1756
1726
|
export type AsObject = {
|
|
1757
1727
|
interfaceId: number,
|
|
1758
1728
|
device: number,
|
|
1759
|
-
|
|
1729
|
+
channelType: string,
|
|
1760
1730
|
}
|
|
1761
1731
|
}
|
|
1762
1732
|
|
|
1763
|
-
export class
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1733
|
+
export class DeviceGetAllAnalogIOResponse extends jspb.Message {
|
|
1734
|
+
clearValuesList(): void;
|
|
1735
|
+
getValuesList(): Array<number>;
|
|
1736
|
+
setValuesList(value: Array<number>): void;
|
|
1737
|
+
addValues(value: number, index?: number): number;
|
|
1768
1738
|
|
|
1769
1739
|
serializeBinary(): Uint8Array;
|
|
1770
|
-
toObject(includeInstance?: boolean):
|
|
1771
|
-
static toObject(includeInstance: boolean, msg:
|
|
1740
|
+
toObject(includeInstance?: boolean): DeviceGetAllAnalogIOResponse.AsObject;
|
|
1741
|
+
static toObject(includeInstance: boolean, msg: DeviceGetAllAnalogIOResponse): DeviceGetAllAnalogIOResponse.AsObject;
|
|
1772
1742
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1773
1743
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1774
|
-
static serializeBinaryToWriter(message:
|
|
1775
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1776
|
-
static deserializeBinaryFromReader(message:
|
|
1744
|
+
static serializeBinaryToWriter(message: DeviceGetAllAnalogIOResponse, writer: jspb.BinaryWriter): void;
|
|
1745
|
+
static deserializeBinary(bytes: Uint8Array): DeviceGetAllAnalogIOResponse;
|
|
1746
|
+
static deserializeBinaryFromReader(message: DeviceGetAllAnalogIOResponse, reader: jspb.BinaryReader): DeviceGetAllAnalogIOResponse;
|
|
1777
1747
|
}
|
|
1778
1748
|
|
|
1779
|
-
export namespace
|
|
1749
|
+
export namespace DeviceGetAllAnalogIOResponse {
|
|
1780
1750
|
export type AsObject = {
|
|
1781
|
-
|
|
1751
|
+
valuesList: Array<number>,
|
|
1782
1752
|
}
|
|
1783
1753
|
}
|
|
1784
1754
|
|
|
1785
|
-
export class
|
|
1755
|
+
export class DeviceGetDigitalIORequest extends jspb.Message {
|
|
1786
1756
|
getInterfaceId(): number;
|
|
1787
1757
|
setInterfaceId(value: number): void;
|
|
1788
1758
|
|
|
1789
1759
|
getDevice(): number;
|
|
1790
1760
|
setDevice(value: number): void;
|
|
1791
1761
|
|
|
1792
|
-
|
|
1793
|
-
|
|
1762
|
+
getChannelType(): string;
|
|
1763
|
+
setChannelType(value: string): void;
|
|
1764
|
+
|
|
1765
|
+
getChannelNumber(): number;
|
|
1766
|
+
setChannelNumber(value: number): void;
|
|
1794
1767
|
|
|
1795
1768
|
serializeBinary(): Uint8Array;
|
|
1796
|
-
toObject(includeInstance?: boolean):
|
|
1797
|
-
static toObject(includeInstance: boolean, msg:
|
|
1769
|
+
toObject(includeInstance?: boolean): DeviceGetDigitalIORequest.AsObject;
|
|
1770
|
+
static toObject(includeInstance: boolean, msg: DeviceGetDigitalIORequest): DeviceGetDigitalIORequest.AsObject;
|
|
1798
1771
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1799
1772
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1800
|
-
static serializeBinaryToWriter(message:
|
|
1801
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1802
|
-
static deserializeBinaryFromReader(message:
|
|
1773
|
+
static serializeBinaryToWriter(message: DeviceGetDigitalIORequest, writer: jspb.BinaryWriter): void;
|
|
1774
|
+
static deserializeBinary(bytes: Uint8Array): DeviceGetDigitalIORequest;
|
|
1775
|
+
static deserializeBinaryFromReader(message: DeviceGetDigitalIORequest, reader: jspb.BinaryReader): DeviceGetDigitalIORequest;
|
|
1803
1776
|
}
|
|
1804
1777
|
|
|
1805
|
-
export namespace
|
|
1778
|
+
export namespace DeviceGetDigitalIORequest {
|
|
1806
1779
|
export type AsObject = {
|
|
1807
1780
|
interfaceId: number,
|
|
1808
1781
|
device: number,
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
|
-
export class DeviceIsBusyResponse extends jspb.Message {
|
|
1814
|
-
getIsBusy(): boolean;
|
|
1815
|
-
setIsBusy(value: boolean): void;
|
|
1816
|
-
|
|
1817
|
-
serializeBinary(): Uint8Array;
|
|
1818
|
-
toObject(includeInstance?: boolean): DeviceIsBusyResponse.AsObject;
|
|
1819
|
-
static toObject(includeInstance: boolean, msg: DeviceIsBusyResponse): DeviceIsBusyResponse.AsObject;
|
|
1820
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1821
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1822
|
-
static serializeBinaryToWriter(message: DeviceIsBusyResponse, writer: jspb.BinaryWriter): void;
|
|
1823
|
-
static deserializeBinary(bytes: Uint8Array): DeviceIsBusyResponse;
|
|
1824
|
-
static deserializeBinaryFromReader(message: DeviceIsBusyResponse, reader: jspb.BinaryReader): DeviceIsBusyResponse;
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
export namespace DeviceIsBusyResponse {
|
|
1828
|
-
export type AsObject = {
|
|
1829
|
-
isBusy: boolean,
|
|
1782
|
+
channelType: string,
|
|
1783
|
+
channelNumber: number,
|
|
1830
1784
|
}
|
|
1831
1785
|
}
|
|
1832
1786
|
|
|
1833
|
-
export class
|
|
1834
|
-
getInterfaceId(): number;
|
|
1835
|
-
setInterfaceId(value: number): void;
|
|
1836
|
-
|
|
1837
|
-
getDevice(): number;
|
|
1838
|
-
setDevice(value: number): void;
|
|
1839
|
-
|
|
1840
|
-
getAxis(): number;
|
|
1841
|
-
setAxis(value: number): void;
|
|
1842
|
-
|
|
1843
|
-
getClear(): boolean;
|
|
1844
|
-
setClear(value: boolean): void;
|
|
1845
|
-
|
|
1846
|
-
serializeBinary(): Uint8Array;
|
|
1847
|
-
toObject(includeInstance?: boolean): DeviceGetWarningsRequest.AsObject;
|
|
1848
|
-
static toObject(includeInstance: boolean, msg: DeviceGetWarningsRequest): DeviceGetWarningsRequest.AsObject;
|
|
1849
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1850
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1851
|
-
static serializeBinaryToWriter(message: DeviceGetWarningsRequest, writer: jspb.BinaryWriter): void;
|
|
1852
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetWarningsRequest;
|
|
1853
|
-
static deserializeBinaryFromReader(message: DeviceGetWarningsRequest, reader: jspb.BinaryReader): DeviceGetWarningsRequest;
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
export namespace DeviceGetWarningsRequest {
|
|
1857
|
-
export type AsObject = {
|
|
1858
|
-
interfaceId: number,
|
|
1859
|
-
device: number,
|
|
1860
|
-
axis: number,
|
|
1861
|
-
clear: boolean,
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
export class DeviceGetWarningsResponse extends jspb.Message {
|
|
1866
|
-
clearFlagsList(): void;
|
|
1867
|
-
getFlagsList(): Array<string>;
|
|
1868
|
-
setFlagsList(value: Array<string>): void;
|
|
1869
|
-
addFlags(value: string, index?: number): string;
|
|
1870
|
-
|
|
1871
|
-
serializeBinary(): Uint8Array;
|
|
1872
|
-
toObject(includeInstance?: boolean): DeviceGetWarningsResponse.AsObject;
|
|
1873
|
-
static toObject(includeInstance: boolean, msg: DeviceGetWarningsResponse): DeviceGetWarningsResponse.AsObject;
|
|
1874
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1875
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1876
|
-
static serializeBinaryToWriter(message: DeviceGetWarningsResponse, writer: jspb.BinaryWriter): void;
|
|
1877
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetWarningsResponse;
|
|
1878
|
-
static deserializeBinaryFromReader(message: DeviceGetWarningsResponse, reader: jspb.BinaryReader): DeviceGetWarningsResponse;
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
export namespace DeviceGetWarningsResponse {
|
|
1882
|
-
export type AsObject = {
|
|
1883
|
-
flagsList: Array<string>,
|
|
1884
|
-
}
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
export class DeviceGetAllDigitalIORequest extends jspb.Message {
|
|
1888
|
-
getInterfaceId(): number;
|
|
1889
|
-
setInterfaceId(value: number): void;
|
|
1890
|
-
|
|
1891
|
-
getDevice(): number;
|
|
1892
|
-
setDevice(value: number): void;
|
|
1893
|
-
|
|
1894
|
-
getChannelType(): string;
|
|
1895
|
-
setChannelType(value: string): void;
|
|
1896
|
-
|
|
1897
|
-
serializeBinary(): Uint8Array;
|
|
1898
|
-
toObject(includeInstance?: boolean): DeviceGetAllDigitalIORequest.AsObject;
|
|
1899
|
-
static toObject(includeInstance: boolean, msg: DeviceGetAllDigitalIORequest): DeviceGetAllDigitalIORequest.AsObject;
|
|
1900
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1901
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1902
|
-
static serializeBinaryToWriter(message: DeviceGetAllDigitalIORequest, writer: jspb.BinaryWriter): void;
|
|
1903
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetAllDigitalIORequest;
|
|
1904
|
-
static deserializeBinaryFromReader(message: DeviceGetAllDigitalIORequest, reader: jspb.BinaryReader): DeviceGetAllDigitalIORequest;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
export namespace DeviceGetAllDigitalIORequest {
|
|
1908
|
-
export type AsObject = {
|
|
1909
|
-
interfaceId: number,
|
|
1910
|
-
device: number,
|
|
1911
|
-
channelType: string,
|
|
1912
|
-
}
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
export class DeviceGetAllDigitalIOResponse extends jspb.Message {
|
|
1916
|
-
clearValuesList(): void;
|
|
1917
|
-
getValuesList(): Array<boolean>;
|
|
1918
|
-
setValuesList(value: Array<boolean>): void;
|
|
1919
|
-
addValues(value: boolean, index?: number): boolean;
|
|
1920
|
-
|
|
1921
|
-
serializeBinary(): Uint8Array;
|
|
1922
|
-
toObject(includeInstance?: boolean): DeviceGetAllDigitalIOResponse.AsObject;
|
|
1923
|
-
static toObject(includeInstance: boolean, msg: DeviceGetAllDigitalIOResponse): DeviceGetAllDigitalIOResponse.AsObject;
|
|
1924
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1925
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1926
|
-
static serializeBinaryToWriter(message: DeviceGetAllDigitalIOResponse, writer: jspb.BinaryWriter): void;
|
|
1927
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetAllDigitalIOResponse;
|
|
1928
|
-
static deserializeBinaryFromReader(message: DeviceGetAllDigitalIOResponse, reader: jspb.BinaryReader): DeviceGetAllDigitalIOResponse;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
export namespace DeviceGetAllDigitalIOResponse {
|
|
1932
|
-
export type AsObject = {
|
|
1933
|
-
valuesList: Array<boolean>,
|
|
1934
|
-
}
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
export class DeviceGetAllAnalogIORequest extends jspb.Message {
|
|
1938
|
-
getInterfaceId(): number;
|
|
1939
|
-
setInterfaceId(value: number): void;
|
|
1940
|
-
|
|
1941
|
-
getDevice(): number;
|
|
1942
|
-
setDevice(value: number): void;
|
|
1943
|
-
|
|
1944
|
-
getChannelType(): string;
|
|
1945
|
-
setChannelType(value: string): void;
|
|
1946
|
-
|
|
1947
|
-
serializeBinary(): Uint8Array;
|
|
1948
|
-
toObject(includeInstance?: boolean): DeviceGetAllAnalogIORequest.AsObject;
|
|
1949
|
-
static toObject(includeInstance: boolean, msg: DeviceGetAllAnalogIORequest): DeviceGetAllAnalogIORequest.AsObject;
|
|
1950
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1951
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1952
|
-
static serializeBinaryToWriter(message: DeviceGetAllAnalogIORequest, writer: jspb.BinaryWriter): void;
|
|
1953
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetAllAnalogIORequest;
|
|
1954
|
-
static deserializeBinaryFromReader(message: DeviceGetAllAnalogIORequest, reader: jspb.BinaryReader): DeviceGetAllAnalogIORequest;
|
|
1955
|
-
}
|
|
1956
|
-
|
|
1957
|
-
export namespace DeviceGetAllAnalogIORequest {
|
|
1958
|
-
export type AsObject = {
|
|
1959
|
-
interfaceId: number,
|
|
1960
|
-
device: number,
|
|
1961
|
-
channelType: string,
|
|
1962
|
-
}
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
export class DeviceGetAllAnalogIOResponse extends jspb.Message {
|
|
1966
|
-
clearValuesList(): void;
|
|
1967
|
-
getValuesList(): Array<number>;
|
|
1968
|
-
setValuesList(value: Array<number>): void;
|
|
1969
|
-
addValues(value: number, index?: number): number;
|
|
1970
|
-
|
|
1971
|
-
serializeBinary(): Uint8Array;
|
|
1972
|
-
toObject(includeInstance?: boolean): DeviceGetAllAnalogIOResponse.AsObject;
|
|
1973
|
-
static toObject(includeInstance: boolean, msg: DeviceGetAllAnalogIOResponse): DeviceGetAllAnalogIOResponse.AsObject;
|
|
1974
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1975
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1976
|
-
static serializeBinaryToWriter(message: DeviceGetAllAnalogIOResponse, writer: jspb.BinaryWriter): void;
|
|
1977
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetAllAnalogIOResponse;
|
|
1978
|
-
static deserializeBinaryFromReader(message: DeviceGetAllAnalogIOResponse, reader: jspb.BinaryReader): DeviceGetAllAnalogIOResponse;
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
export namespace DeviceGetAllAnalogIOResponse {
|
|
1982
|
-
export type AsObject = {
|
|
1983
|
-
valuesList: Array<number>,
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
|
-
export class DeviceGetDigitalIORequest extends jspb.Message {
|
|
1988
|
-
getInterfaceId(): number;
|
|
1989
|
-
setInterfaceId(value: number): void;
|
|
1990
|
-
|
|
1991
|
-
getDevice(): number;
|
|
1992
|
-
setDevice(value: number): void;
|
|
1993
|
-
|
|
1994
|
-
getChannelType(): string;
|
|
1995
|
-
setChannelType(value: string): void;
|
|
1996
|
-
|
|
1997
|
-
getChannelNumber(): number;
|
|
1998
|
-
setChannelNumber(value: number): void;
|
|
1999
|
-
|
|
2000
|
-
serializeBinary(): Uint8Array;
|
|
2001
|
-
toObject(includeInstance?: boolean): DeviceGetDigitalIORequest.AsObject;
|
|
2002
|
-
static toObject(includeInstance: boolean, msg: DeviceGetDigitalIORequest): DeviceGetDigitalIORequest.AsObject;
|
|
2003
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2004
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2005
|
-
static serializeBinaryToWriter(message: DeviceGetDigitalIORequest, writer: jspb.BinaryWriter): void;
|
|
2006
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetDigitalIORequest;
|
|
2007
|
-
static deserializeBinaryFromReader(message: DeviceGetDigitalIORequest, reader: jspb.BinaryReader): DeviceGetDigitalIORequest;
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
export namespace DeviceGetDigitalIORequest {
|
|
2011
|
-
export type AsObject = {
|
|
2012
|
-
interfaceId: number,
|
|
2013
|
-
device: number,
|
|
2014
|
-
channelType: string,
|
|
2015
|
-
channelNumber: number,
|
|
2016
|
-
}
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
export class DeviceGetDigitalIOResponse extends jspb.Message {
|
|
2020
|
-
getValue(): boolean;
|
|
2021
|
-
setValue(value: boolean): void;
|
|
2022
|
-
|
|
2023
|
-
serializeBinary(): Uint8Array;
|
|
2024
|
-
toObject(includeInstance?: boolean): DeviceGetDigitalIOResponse.AsObject;
|
|
2025
|
-
static toObject(includeInstance: boolean, msg: DeviceGetDigitalIOResponse): DeviceGetDigitalIOResponse.AsObject;
|
|
2026
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2027
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2028
|
-
static serializeBinaryToWriter(message: DeviceGetDigitalIOResponse, writer: jspb.BinaryWriter): void;
|
|
2029
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetDigitalIOResponse;
|
|
2030
|
-
static deserializeBinaryFromReader(message: DeviceGetDigitalIOResponse, reader: jspb.BinaryReader): DeviceGetDigitalIOResponse;
|
|
2031
|
-
}
|
|
2032
|
-
|
|
2033
|
-
export namespace DeviceGetDigitalIOResponse {
|
|
2034
|
-
export type AsObject = {
|
|
2035
|
-
value: boolean,
|
|
2036
|
-
}
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
export class DeviceGetAnalogIORequest extends jspb.Message {
|
|
1787
|
+
export class DeviceGetAnalogIORequest extends jspb.Message {
|
|
2040
1788
|
getInterfaceId(): number;
|
|
2041
1789
|
setInterfaceId(value: number): void;
|
|
2042
1790
|
|
|
@@ -2068,26 +1816,6 @@ export namespace DeviceGetAnalogIORequest {
|
|
|
2068
1816
|
}
|
|
2069
1817
|
}
|
|
2070
1818
|
|
|
2071
|
-
export class DeviceGetAnalogIOResponse extends jspb.Message {
|
|
2072
|
-
getValue(): number;
|
|
2073
|
-
setValue(value: number): void;
|
|
2074
|
-
|
|
2075
|
-
serializeBinary(): Uint8Array;
|
|
2076
|
-
toObject(includeInstance?: boolean): DeviceGetAnalogIOResponse.AsObject;
|
|
2077
|
-
static toObject(includeInstance: boolean, msg: DeviceGetAnalogIOResponse): DeviceGetAnalogIOResponse.AsObject;
|
|
2078
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2079
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2080
|
-
static serializeBinaryToWriter(message: DeviceGetAnalogIOResponse, writer: jspb.BinaryWriter): void;
|
|
2081
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetAnalogIOResponse;
|
|
2082
|
-
static deserializeBinaryFromReader(message: DeviceGetAnalogIOResponse, reader: jspb.BinaryReader): DeviceGetAnalogIOResponse;
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
export namespace DeviceGetAnalogIOResponse {
|
|
2086
|
-
export type AsObject = {
|
|
2087
|
-
value: number,
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
1819
|
export class DeviceSetAllDigitalOutputsRequest extends jspb.Message {
|
|
2092
1820
|
getInterfaceId(): number;
|
|
2093
1821
|
setInterfaceId(value: number): void;
|
|
@@ -2212,30 +1940,6 @@ export namespace DeviceSetAnalogOutputRequest {
|
|
|
2212
1940
|
}
|
|
2213
1941
|
}
|
|
2214
1942
|
|
|
2215
|
-
export class DeviceGetIOChannelsInfoRequest extends jspb.Message {
|
|
2216
|
-
getInterfaceId(): number;
|
|
2217
|
-
setInterfaceId(value: number): void;
|
|
2218
|
-
|
|
2219
|
-
getDevice(): number;
|
|
2220
|
-
setDevice(value: number): void;
|
|
2221
|
-
|
|
2222
|
-
serializeBinary(): Uint8Array;
|
|
2223
|
-
toObject(includeInstance?: boolean): DeviceGetIOChannelsInfoRequest.AsObject;
|
|
2224
|
-
static toObject(includeInstance: boolean, msg: DeviceGetIOChannelsInfoRequest): DeviceGetIOChannelsInfoRequest.AsObject;
|
|
2225
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2226
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2227
|
-
static serializeBinaryToWriter(message: DeviceGetIOChannelsInfoRequest, writer: jspb.BinaryWriter): void;
|
|
2228
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetIOChannelsInfoRequest;
|
|
2229
|
-
static deserializeBinaryFromReader(message: DeviceGetIOChannelsInfoRequest, reader: jspb.BinaryReader): DeviceGetIOChannelsInfoRequest;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
export namespace DeviceGetIOChannelsInfoRequest {
|
|
2233
|
-
export type AsObject = {
|
|
2234
|
-
interfaceId: number,
|
|
2235
|
-
device: number,
|
|
2236
|
-
}
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
1943
|
export class SetLogOutputRequest extends jspb.Message {
|
|
2240
1944
|
getMode(): number;
|
|
2241
1945
|
setMode(value: number): void;
|
|
@@ -2296,46 +2000,6 @@ export namespace DeviceGetSettingRequest {
|
|
|
2296
2000
|
}
|
|
2297
2001
|
}
|
|
2298
2002
|
|
|
2299
|
-
export class DeviceGetSettingResponse extends jspb.Message {
|
|
2300
|
-
getValue(): number;
|
|
2301
|
-
setValue(value: number): void;
|
|
2302
|
-
|
|
2303
|
-
serializeBinary(): Uint8Array;
|
|
2304
|
-
toObject(includeInstance?: boolean): DeviceGetSettingResponse.AsObject;
|
|
2305
|
-
static toObject(includeInstance: boolean, msg: DeviceGetSettingResponse): DeviceGetSettingResponse.AsObject;
|
|
2306
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2307
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2308
|
-
static serializeBinaryToWriter(message: DeviceGetSettingResponse, writer: jspb.BinaryWriter): void;
|
|
2309
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetSettingResponse;
|
|
2310
|
-
static deserializeBinaryFromReader(message: DeviceGetSettingResponse, reader: jspb.BinaryReader): DeviceGetSettingResponse;
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
export namespace DeviceGetSettingResponse {
|
|
2314
|
-
export type AsObject = {
|
|
2315
|
-
value: number,
|
|
2316
|
-
}
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
export class DeviceGetSettingStrResponse extends jspb.Message {
|
|
2320
|
-
getValue(): string;
|
|
2321
|
-
setValue(value: string): void;
|
|
2322
|
-
|
|
2323
|
-
serializeBinary(): Uint8Array;
|
|
2324
|
-
toObject(includeInstance?: boolean): DeviceGetSettingStrResponse.AsObject;
|
|
2325
|
-
static toObject(includeInstance: boolean, msg: DeviceGetSettingStrResponse): DeviceGetSettingStrResponse.AsObject;
|
|
2326
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2327
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2328
|
-
static serializeBinaryToWriter(message: DeviceGetSettingStrResponse, writer: jspb.BinaryWriter): void;
|
|
2329
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetSettingStrResponse;
|
|
2330
|
-
static deserializeBinaryFromReader(message: DeviceGetSettingStrResponse, reader: jspb.BinaryReader): DeviceGetSettingStrResponse;
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
export namespace DeviceGetSettingStrResponse {
|
|
2334
|
-
export type AsObject = {
|
|
2335
|
-
value: string,
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
2003
|
export class DeviceConvertSettingRequest extends jspb.Message {
|
|
2340
2004
|
getInterfaceId(): number;
|
|
2341
2005
|
setInterfaceId(value: number): void;
|
|
@@ -2380,26 +2044,6 @@ export namespace DeviceConvertSettingRequest {
|
|
|
2380
2044
|
}
|
|
2381
2045
|
}
|
|
2382
2046
|
|
|
2383
|
-
export class DeviceConvertSettingResponse extends jspb.Message {
|
|
2384
|
-
getValue(): number;
|
|
2385
|
-
setValue(value: number): void;
|
|
2386
|
-
|
|
2387
|
-
serializeBinary(): Uint8Array;
|
|
2388
|
-
toObject(includeInstance?: boolean): DeviceConvertSettingResponse.AsObject;
|
|
2389
|
-
static toObject(includeInstance: boolean, msg: DeviceConvertSettingResponse): DeviceConvertSettingResponse.AsObject;
|
|
2390
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2391
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2392
|
-
static serializeBinaryToWriter(message: DeviceConvertSettingResponse, writer: jspb.BinaryWriter): void;
|
|
2393
|
-
static deserializeBinary(bytes: Uint8Array): DeviceConvertSettingResponse;
|
|
2394
|
-
static deserializeBinaryFromReader(message: DeviceConvertSettingResponse, reader: jspb.BinaryReader): DeviceConvertSettingResponse;
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
|
-
export namespace DeviceConvertSettingResponse {
|
|
2398
|
-
export type AsObject = {
|
|
2399
|
-
value: number,
|
|
2400
|
-
}
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
2047
|
export class DeviceSetSettingRequest extends jspb.Message {
|
|
2404
2048
|
getInterfaceId(): number;
|
|
2405
2049
|
setInterfaceId(value: number): void;
|
|
@@ -2514,74 +2158,6 @@ export namespace PrepareCommandRequest {
|
|
|
2514
2158
|
}
|
|
2515
2159
|
}
|
|
2516
2160
|
|
|
2517
|
-
export class PrepareCommandResponse extends jspb.Message {
|
|
2518
|
-
getCommand(): string;
|
|
2519
|
-
setCommand(value: string): void;
|
|
2520
|
-
|
|
2521
|
-
serializeBinary(): Uint8Array;
|
|
2522
|
-
toObject(includeInstance?: boolean): PrepareCommandResponse.AsObject;
|
|
2523
|
-
static toObject(includeInstance: boolean, msg: PrepareCommandResponse): PrepareCommandResponse.AsObject;
|
|
2524
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2525
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2526
|
-
static serializeBinaryToWriter(message: PrepareCommandResponse, writer: jspb.BinaryWriter): void;
|
|
2527
|
-
static deserializeBinary(bytes: Uint8Array): PrepareCommandResponse;
|
|
2528
|
-
static deserializeBinaryFromReader(message: PrepareCommandResponse, reader: jspb.BinaryReader): PrepareCommandResponse;
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
export namespace PrepareCommandResponse {
|
|
2532
|
-
export type AsObject = {
|
|
2533
|
-
command: string,
|
|
2534
|
-
}
|
|
2535
|
-
}
|
|
2536
|
-
|
|
2537
|
-
export class DeviceParkRequest extends jspb.Message {
|
|
2538
|
-
getInterfaceId(): number;
|
|
2539
|
-
setInterfaceId(value: number): void;
|
|
2540
|
-
|
|
2541
|
-
getDevice(): number;
|
|
2542
|
-
setDevice(value: number): void;
|
|
2543
|
-
|
|
2544
|
-
getAxis(): number;
|
|
2545
|
-
setAxis(value: number): void;
|
|
2546
|
-
|
|
2547
|
-
serializeBinary(): Uint8Array;
|
|
2548
|
-
toObject(includeInstance?: boolean): DeviceParkRequest.AsObject;
|
|
2549
|
-
static toObject(includeInstance: boolean, msg: DeviceParkRequest): DeviceParkRequest.AsObject;
|
|
2550
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2551
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2552
|
-
static serializeBinaryToWriter(message: DeviceParkRequest, writer: jspb.BinaryWriter): void;
|
|
2553
|
-
static deserializeBinary(bytes: Uint8Array): DeviceParkRequest;
|
|
2554
|
-
static deserializeBinaryFromReader(message: DeviceParkRequest, reader: jspb.BinaryReader): DeviceParkRequest;
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
export namespace DeviceParkRequest {
|
|
2558
|
-
export type AsObject = {
|
|
2559
|
-
interfaceId: number,
|
|
2560
|
-
device: number,
|
|
2561
|
-
axis: number,
|
|
2562
|
-
}
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2565
|
-
export class DeviceIsParkedResponse extends jspb.Message {
|
|
2566
|
-
getIsParked(): boolean;
|
|
2567
|
-
setIsParked(value: boolean): void;
|
|
2568
|
-
|
|
2569
|
-
serializeBinary(): Uint8Array;
|
|
2570
|
-
toObject(includeInstance?: boolean): DeviceIsParkedResponse.AsObject;
|
|
2571
|
-
static toObject(includeInstance: boolean, msg: DeviceIsParkedResponse): DeviceIsParkedResponse.AsObject;
|
|
2572
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2573
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2574
|
-
static serializeBinaryToWriter(message: DeviceIsParkedResponse, writer: jspb.BinaryWriter): void;
|
|
2575
|
-
static deserializeBinary(bytes: Uint8Array): DeviceIsParkedResponse;
|
|
2576
|
-
static deserializeBinaryFromReader(message: DeviceIsParkedResponse, reader: jspb.BinaryReader): DeviceIsParkedResponse;
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
export namespace DeviceIsParkedResponse {
|
|
2580
|
-
export type AsObject = {
|
|
2581
|
-
isParked: boolean,
|
|
2582
|
-
}
|
|
2583
|
-
}
|
|
2584
|
-
|
|
2585
2161
|
export class LockstepEnableRequest extends jspb.Message {
|
|
2586
2162
|
getInterfaceId(): number;
|
|
2587
2163
|
setInterfaceId(value: number): void;
|
|
@@ -2812,7 +2388,7 @@ export namespace LockstepWaitUntilIdleRequest {
|
|
|
2812
2388
|
}
|
|
2813
2389
|
}
|
|
2814
2390
|
|
|
2815
|
-
export class
|
|
2391
|
+
export class LockstepEmptyRequest extends jspb.Message {
|
|
2816
2392
|
getInterfaceId(): number;
|
|
2817
2393
|
setInterfaceId(value: number): void;
|
|
2818
2394
|
|
|
@@ -2823,64 +2399,16 @@ export class LockstepIsBusyRequest extends jspb.Message {
|
|
|
2823
2399
|
setLockstepGroupId(value: number): void;
|
|
2824
2400
|
|
|
2825
2401
|
serializeBinary(): Uint8Array;
|
|
2826
|
-
toObject(includeInstance?: boolean):
|
|
2827
|
-
static toObject(includeInstance: boolean, msg:
|
|
2402
|
+
toObject(includeInstance?: boolean): LockstepEmptyRequest.AsObject;
|
|
2403
|
+
static toObject(includeInstance: boolean, msg: LockstepEmptyRequest): LockstepEmptyRequest.AsObject;
|
|
2828
2404
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2829
2405
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2830
|
-
static serializeBinaryToWriter(message:
|
|
2831
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
2832
|
-
static deserializeBinaryFromReader(message:
|
|
2406
|
+
static serializeBinaryToWriter(message: LockstepEmptyRequest, writer: jspb.BinaryWriter): void;
|
|
2407
|
+
static deserializeBinary(bytes: Uint8Array): LockstepEmptyRequest;
|
|
2408
|
+
static deserializeBinaryFromReader(message: LockstepEmptyRequest, reader: jspb.BinaryReader): LockstepEmptyRequest;
|
|
2833
2409
|
}
|
|
2834
2410
|
|
|
2835
|
-
export namespace
|
|
2836
|
-
export type AsObject = {
|
|
2837
|
-
interfaceId: number,
|
|
2838
|
-
device: number,
|
|
2839
|
-
lockstepGroupId: number,
|
|
2840
|
-
}
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
export class LockstepIsBusyResponse extends jspb.Message {
|
|
2844
|
-
getIsBusy(): boolean;
|
|
2845
|
-
setIsBusy(value: boolean): void;
|
|
2846
|
-
|
|
2847
|
-
serializeBinary(): Uint8Array;
|
|
2848
|
-
toObject(includeInstance?: boolean): LockstepIsBusyResponse.AsObject;
|
|
2849
|
-
static toObject(includeInstance: boolean, msg: LockstepIsBusyResponse): LockstepIsBusyResponse.AsObject;
|
|
2850
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2851
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2852
|
-
static serializeBinaryToWriter(message: LockstepIsBusyResponse, writer: jspb.BinaryWriter): void;
|
|
2853
|
-
static deserializeBinary(bytes: Uint8Array): LockstepIsBusyResponse;
|
|
2854
|
-
static deserializeBinaryFromReader(message: LockstepIsBusyResponse, reader: jspb.BinaryReader): LockstepIsBusyResponse;
|
|
2855
|
-
}
|
|
2856
|
-
|
|
2857
|
-
export namespace LockstepIsBusyResponse {
|
|
2858
|
-
export type AsObject = {
|
|
2859
|
-
isBusy: boolean,
|
|
2860
|
-
}
|
|
2861
|
-
}
|
|
2862
|
-
|
|
2863
|
-
export class LockstepGetAxesRequest extends jspb.Message {
|
|
2864
|
-
getInterfaceId(): number;
|
|
2865
|
-
setInterfaceId(value: number): void;
|
|
2866
|
-
|
|
2867
|
-
getDevice(): number;
|
|
2868
|
-
setDevice(value: number): void;
|
|
2869
|
-
|
|
2870
|
-
getLockstepGroupId(): number;
|
|
2871
|
-
setLockstepGroupId(value: number): void;
|
|
2872
|
-
|
|
2873
|
-
serializeBinary(): Uint8Array;
|
|
2874
|
-
toObject(includeInstance?: boolean): LockstepGetAxesRequest.AsObject;
|
|
2875
|
-
static toObject(includeInstance: boolean, msg: LockstepGetAxesRequest): LockstepGetAxesRequest.AsObject;
|
|
2876
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2877
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2878
|
-
static serializeBinaryToWriter(message: LockstepGetAxesRequest, writer: jspb.BinaryWriter): void;
|
|
2879
|
-
static deserializeBinary(bytes: Uint8Array): LockstepGetAxesRequest;
|
|
2880
|
-
static deserializeBinaryFromReader(message: LockstepGetAxesRequest, reader: jspb.BinaryReader): LockstepGetAxesRequest;
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
export namespace LockstepGetAxesRequest {
|
|
2411
|
+
export namespace LockstepEmptyRequest {
|
|
2884
2412
|
export type AsObject = {
|
|
2885
2413
|
interfaceId: number,
|
|
2886
2414
|
device: number,
|
|
@@ -2920,56 +2448,6 @@ export namespace LockstepAxes {
|
|
|
2920
2448
|
}
|
|
2921
2449
|
}
|
|
2922
2450
|
|
|
2923
|
-
export class LockstepGetAxesResponse extends jspb.Message {
|
|
2924
|
-
hasAxes(): boolean;
|
|
2925
|
-
clearAxes(): void;
|
|
2926
|
-
getAxes(): LockstepAxes | undefined;
|
|
2927
|
-
setAxes(value?: LockstepAxes): void;
|
|
2928
|
-
|
|
2929
|
-
serializeBinary(): Uint8Array;
|
|
2930
|
-
toObject(includeInstance?: boolean): LockstepGetAxesResponse.AsObject;
|
|
2931
|
-
static toObject(includeInstance: boolean, msg: LockstepGetAxesResponse): LockstepGetAxesResponse.AsObject;
|
|
2932
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2933
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2934
|
-
static serializeBinaryToWriter(message: LockstepGetAxesResponse, writer: jspb.BinaryWriter): void;
|
|
2935
|
-
static deserializeBinary(bytes: Uint8Array): LockstepGetAxesResponse;
|
|
2936
|
-
static deserializeBinaryFromReader(message: LockstepGetAxesResponse, reader: jspb.BinaryReader): LockstepGetAxesResponse;
|
|
2937
|
-
}
|
|
2938
|
-
|
|
2939
|
-
export namespace LockstepGetAxesResponse {
|
|
2940
|
-
export type AsObject = {
|
|
2941
|
-
axes?: LockstepAxes.AsObject,
|
|
2942
|
-
}
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
export class LockstepGetAxisNumbersRequest extends jspb.Message {
|
|
2946
|
-
getInterfaceId(): number;
|
|
2947
|
-
setInterfaceId(value: number): void;
|
|
2948
|
-
|
|
2949
|
-
getDevice(): number;
|
|
2950
|
-
setDevice(value: number): void;
|
|
2951
|
-
|
|
2952
|
-
getLockstepGroupId(): number;
|
|
2953
|
-
setLockstepGroupId(value: number): void;
|
|
2954
|
-
|
|
2955
|
-
serializeBinary(): Uint8Array;
|
|
2956
|
-
toObject(includeInstance?: boolean): LockstepGetAxisNumbersRequest.AsObject;
|
|
2957
|
-
static toObject(includeInstance: boolean, msg: LockstepGetAxisNumbersRequest): LockstepGetAxisNumbersRequest.AsObject;
|
|
2958
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2959
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2960
|
-
static serializeBinaryToWriter(message: LockstepGetAxisNumbersRequest, writer: jspb.BinaryWriter): void;
|
|
2961
|
-
static deserializeBinary(bytes: Uint8Array): LockstepGetAxisNumbersRequest;
|
|
2962
|
-
static deserializeBinaryFromReader(message: LockstepGetAxisNumbersRequest, reader: jspb.BinaryReader): LockstepGetAxisNumbersRequest;
|
|
2963
|
-
}
|
|
2964
|
-
|
|
2965
|
-
export namespace LockstepGetAxisNumbersRequest {
|
|
2966
|
-
export type AsObject = {
|
|
2967
|
-
interfaceId: number,
|
|
2968
|
-
device: number,
|
|
2969
|
-
lockstepGroupId: number,
|
|
2970
|
-
}
|
|
2971
|
-
}
|
|
2972
|
-
|
|
2973
2451
|
export class LockstepGetAxisNumbersResponse extends jspb.Message {
|
|
2974
2452
|
clearAxesList(): void;
|
|
2975
2453
|
getAxesList(): Array<number>;
|
|
@@ -3025,130 +2503,28 @@ export namespace LockstepGetTwistsRequest {
|
|
|
3025
2503
|
}
|
|
3026
2504
|
|
|
3027
2505
|
export class LockstepGetTwistsResponse extends jspb.Message {
|
|
3028
|
-
clearTwistsList(): void;
|
|
3029
|
-
getTwistsList(): Array<number>;
|
|
3030
|
-
setTwistsList(value: Array<number>): void;
|
|
3031
|
-
addTwists(value: number, index?: number): number;
|
|
3032
|
-
|
|
3033
|
-
serializeBinary(): Uint8Array;
|
|
3034
|
-
toObject(includeInstance?: boolean): LockstepGetTwistsResponse.AsObject;
|
|
3035
|
-
static toObject(includeInstance: boolean, msg: LockstepGetTwistsResponse): LockstepGetTwistsResponse.AsObject;
|
|
3036
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3037
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3038
|
-
static serializeBinaryToWriter(message: LockstepGetTwistsResponse, writer: jspb.BinaryWriter): void;
|
|
3039
|
-
static deserializeBinary(bytes: Uint8Array): LockstepGetTwistsResponse;
|
|
3040
|
-
static deserializeBinaryFromReader(message: LockstepGetTwistsResponse, reader: jspb.BinaryReader): LockstepGetTwistsResponse;
|
|
3041
|
-
}
|
|
3042
|
-
|
|
3043
|
-
export namespace LockstepGetTwistsResponse {
|
|
3044
|
-
export type AsObject = {
|
|
3045
|
-
twistsList: Array<number>,
|
|
3046
|
-
}
|
|
3047
|
-
}
|
|
3048
|
-
|
|
3049
|
-
export class LockstepGetOffsetsRequest extends jspb.Message {
|
|
3050
|
-
getInterfaceId(): number;
|
|
3051
|
-
setInterfaceId(value: number): void;
|
|
3052
|
-
|
|
3053
|
-
getDevice(): number;
|
|
3054
|
-
setDevice(value: number): void;
|
|
3055
|
-
|
|
3056
|
-
getLockstepGroupId(): number;
|
|
3057
|
-
setLockstepGroupId(value: number): void;
|
|
3058
|
-
|
|
3059
|
-
getUnit(): string;
|
|
3060
|
-
setUnit(value: string): void;
|
|
3061
|
-
|
|
3062
|
-
serializeBinary(): Uint8Array;
|
|
3063
|
-
toObject(includeInstance?: boolean): LockstepGetOffsetsRequest.AsObject;
|
|
3064
|
-
static toObject(includeInstance: boolean, msg: LockstepGetOffsetsRequest): LockstepGetOffsetsRequest.AsObject;
|
|
3065
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3066
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3067
|
-
static serializeBinaryToWriter(message: LockstepGetOffsetsRequest, writer: jspb.BinaryWriter): void;
|
|
3068
|
-
static deserializeBinary(bytes: Uint8Array): LockstepGetOffsetsRequest;
|
|
3069
|
-
static deserializeBinaryFromReader(message: LockstepGetOffsetsRequest, reader: jspb.BinaryReader): LockstepGetOffsetsRequest;
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
|
-
export namespace LockstepGetOffsetsRequest {
|
|
3073
|
-
export type AsObject = {
|
|
3074
|
-
interfaceId: number,
|
|
3075
|
-
device: number,
|
|
3076
|
-
lockstepGroupId: number,
|
|
3077
|
-
unit: string,
|
|
3078
|
-
}
|
|
3079
|
-
}
|
|
3080
|
-
|
|
3081
|
-
export class LockstepGetOffsetsResponse extends jspb.Message {
|
|
3082
|
-
clearOffsetsList(): void;
|
|
3083
|
-
getOffsetsList(): Array<number>;
|
|
3084
|
-
setOffsetsList(value: Array<number>): void;
|
|
3085
|
-
addOffsets(value: number, index?: number): number;
|
|
3086
|
-
|
|
3087
|
-
serializeBinary(): Uint8Array;
|
|
3088
|
-
toObject(includeInstance?: boolean): LockstepGetOffsetsResponse.AsObject;
|
|
3089
|
-
static toObject(includeInstance: boolean, msg: LockstepGetOffsetsResponse): LockstepGetOffsetsResponse.AsObject;
|
|
3090
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3091
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3092
|
-
static serializeBinaryToWriter(message: LockstepGetOffsetsResponse, writer: jspb.BinaryWriter): void;
|
|
3093
|
-
static deserializeBinary(bytes: Uint8Array): LockstepGetOffsetsResponse;
|
|
3094
|
-
static deserializeBinaryFromReader(message: LockstepGetOffsetsResponse, reader: jspb.BinaryReader): LockstepGetOffsetsResponse;
|
|
3095
|
-
}
|
|
3096
|
-
|
|
3097
|
-
export namespace LockstepGetOffsetsResponse {
|
|
3098
|
-
export type AsObject = {
|
|
3099
|
-
offsetsList: Array<number>,
|
|
3100
|
-
}
|
|
3101
|
-
}
|
|
3102
|
-
|
|
3103
|
-
export class LockstepIsEnabledRequest extends jspb.Message {
|
|
3104
|
-
getInterfaceId(): number;
|
|
3105
|
-
setInterfaceId(value: number): void;
|
|
3106
|
-
|
|
3107
|
-
getDevice(): number;
|
|
3108
|
-
setDevice(value: number): void;
|
|
3109
|
-
|
|
3110
|
-
getLockstepGroupId(): number;
|
|
3111
|
-
setLockstepGroupId(value: number): void;
|
|
3112
|
-
|
|
3113
|
-
serializeBinary(): Uint8Array;
|
|
3114
|
-
toObject(includeInstance?: boolean): LockstepIsEnabledRequest.AsObject;
|
|
3115
|
-
static toObject(includeInstance: boolean, msg: LockstepIsEnabledRequest): LockstepIsEnabledRequest.AsObject;
|
|
3116
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3117
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3118
|
-
static serializeBinaryToWriter(message: LockstepIsEnabledRequest, writer: jspb.BinaryWriter): void;
|
|
3119
|
-
static deserializeBinary(bytes: Uint8Array): LockstepIsEnabledRequest;
|
|
3120
|
-
static deserializeBinaryFromReader(message: LockstepIsEnabledRequest, reader: jspb.BinaryReader): LockstepIsEnabledRequest;
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
|
-
export namespace LockstepIsEnabledRequest {
|
|
3124
|
-
export type AsObject = {
|
|
3125
|
-
interfaceId: number,
|
|
3126
|
-
device: number,
|
|
3127
|
-
lockstepGroupId: number,
|
|
3128
|
-
}
|
|
3129
|
-
}
|
|
3130
|
-
|
|
3131
|
-
export class LockstepIsEnabledResponse extends jspb.Message {
|
|
3132
|
-
getIsEnabled(): boolean;
|
|
3133
|
-
setIsEnabled(value: boolean): void;
|
|
2506
|
+
clearTwistsList(): void;
|
|
2507
|
+
getTwistsList(): Array<number>;
|
|
2508
|
+
setTwistsList(value: Array<number>): void;
|
|
2509
|
+
addTwists(value: number, index?: number): number;
|
|
3134
2510
|
|
|
3135
2511
|
serializeBinary(): Uint8Array;
|
|
3136
|
-
toObject(includeInstance?: boolean):
|
|
3137
|
-
static toObject(includeInstance: boolean, msg:
|
|
2512
|
+
toObject(includeInstance?: boolean): LockstepGetTwistsResponse.AsObject;
|
|
2513
|
+
static toObject(includeInstance: boolean, msg: LockstepGetTwistsResponse): LockstepGetTwistsResponse.AsObject;
|
|
3138
2514
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3139
2515
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3140
|
-
static serializeBinaryToWriter(message:
|
|
3141
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
3142
|
-
static deserializeBinaryFromReader(message:
|
|
2516
|
+
static serializeBinaryToWriter(message: LockstepGetTwistsResponse, writer: jspb.BinaryWriter): void;
|
|
2517
|
+
static deserializeBinary(bytes: Uint8Array): LockstepGetTwistsResponse;
|
|
2518
|
+
static deserializeBinaryFromReader(message: LockstepGetTwistsResponse, reader: jspb.BinaryReader): LockstepGetTwistsResponse;
|
|
3143
2519
|
}
|
|
3144
2520
|
|
|
3145
|
-
export namespace
|
|
2521
|
+
export namespace LockstepGetTwistsResponse {
|
|
3146
2522
|
export type AsObject = {
|
|
3147
|
-
|
|
2523
|
+
twistsList: Array<number>,
|
|
3148
2524
|
}
|
|
3149
2525
|
}
|
|
3150
2526
|
|
|
3151
|
-
export class
|
|
2527
|
+
export class LockstepGetOffsetsRequest extends jspb.Message {
|
|
3152
2528
|
getInterfaceId(): number;
|
|
3153
2529
|
setInterfaceId(value: number): void;
|
|
3154
2530
|
|
|
@@ -3158,41 +2534,47 @@ export class LockstepToStringRequest extends jspb.Message {
|
|
|
3158
2534
|
getLockstepGroupId(): number;
|
|
3159
2535
|
setLockstepGroupId(value: number): void;
|
|
3160
2536
|
|
|
2537
|
+
getUnit(): string;
|
|
2538
|
+
setUnit(value: string): void;
|
|
2539
|
+
|
|
3161
2540
|
serializeBinary(): Uint8Array;
|
|
3162
|
-
toObject(includeInstance?: boolean):
|
|
3163
|
-
static toObject(includeInstance: boolean, msg:
|
|
2541
|
+
toObject(includeInstance?: boolean): LockstepGetOffsetsRequest.AsObject;
|
|
2542
|
+
static toObject(includeInstance: boolean, msg: LockstepGetOffsetsRequest): LockstepGetOffsetsRequest.AsObject;
|
|
3164
2543
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3165
2544
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3166
|
-
static serializeBinaryToWriter(message:
|
|
3167
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
3168
|
-
static deserializeBinaryFromReader(message:
|
|
2545
|
+
static serializeBinaryToWriter(message: LockstepGetOffsetsRequest, writer: jspb.BinaryWriter): void;
|
|
2546
|
+
static deserializeBinary(bytes: Uint8Array): LockstepGetOffsetsRequest;
|
|
2547
|
+
static deserializeBinaryFromReader(message: LockstepGetOffsetsRequest, reader: jspb.BinaryReader): LockstepGetOffsetsRequest;
|
|
3169
2548
|
}
|
|
3170
2549
|
|
|
3171
|
-
export namespace
|
|
2550
|
+
export namespace LockstepGetOffsetsRequest {
|
|
3172
2551
|
export type AsObject = {
|
|
3173
2552
|
interfaceId: number,
|
|
3174
2553
|
device: number,
|
|
3175
2554
|
lockstepGroupId: number,
|
|
2555
|
+
unit: string,
|
|
3176
2556
|
}
|
|
3177
2557
|
}
|
|
3178
2558
|
|
|
3179
|
-
export class
|
|
3180
|
-
|
|
3181
|
-
|
|
2559
|
+
export class LockstepGetOffsetsResponse extends jspb.Message {
|
|
2560
|
+
clearOffsetsList(): void;
|
|
2561
|
+
getOffsetsList(): Array<number>;
|
|
2562
|
+
setOffsetsList(value: Array<number>): void;
|
|
2563
|
+
addOffsets(value: number, index?: number): number;
|
|
3182
2564
|
|
|
3183
2565
|
serializeBinary(): Uint8Array;
|
|
3184
|
-
toObject(includeInstance?: boolean):
|
|
3185
|
-
static toObject(includeInstance: boolean, msg:
|
|
2566
|
+
toObject(includeInstance?: boolean): LockstepGetOffsetsResponse.AsObject;
|
|
2567
|
+
static toObject(includeInstance: boolean, msg: LockstepGetOffsetsResponse): LockstepGetOffsetsResponse.AsObject;
|
|
3186
2568
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3187
2569
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3188
|
-
static serializeBinaryToWriter(message:
|
|
3189
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
3190
|
-
static deserializeBinaryFromReader(message:
|
|
2570
|
+
static serializeBinaryToWriter(message: LockstepGetOffsetsResponse, writer: jspb.BinaryWriter): void;
|
|
2571
|
+
static deserializeBinary(bytes: Uint8Array): LockstepGetOffsetsResponse;
|
|
2572
|
+
static deserializeBinaryFromReader(message: LockstepGetOffsetsResponse, reader: jspb.BinaryReader): LockstepGetOffsetsResponse;
|
|
3191
2573
|
}
|
|
3192
2574
|
|
|
3193
|
-
export namespace
|
|
2575
|
+
export namespace LockstepGetOffsetsResponse {
|
|
3194
2576
|
export type AsObject = {
|
|
3195
|
-
|
|
2577
|
+
offsetsList: Array<number>,
|
|
3196
2578
|
}
|
|
3197
2579
|
}
|
|
3198
2580
|
|
|
@@ -3228,30 +2610,6 @@ export namespace OscilloscopeAddChannelRequest {
|
|
|
3228
2610
|
}
|
|
3229
2611
|
}
|
|
3230
2612
|
|
|
3231
|
-
export class OscilloscopeClearChannelsRequest extends jspb.Message {
|
|
3232
|
-
getInterfaceId(): number;
|
|
3233
|
-
setInterfaceId(value: number): void;
|
|
3234
|
-
|
|
3235
|
-
getDevice(): number;
|
|
3236
|
-
setDevice(value: number): void;
|
|
3237
|
-
|
|
3238
|
-
serializeBinary(): Uint8Array;
|
|
3239
|
-
toObject(includeInstance?: boolean): OscilloscopeClearChannelsRequest.AsObject;
|
|
3240
|
-
static toObject(includeInstance: boolean, msg: OscilloscopeClearChannelsRequest): OscilloscopeClearChannelsRequest.AsObject;
|
|
3241
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3242
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3243
|
-
static serializeBinaryToWriter(message: OscilloscopeClearChannelsRequest, writer: jspb.BinaryWriter): void;
|
|
3244
|
-
static deserializeBinary(bytes: Uint8Array): OscilloscopeClearChannelsRequest;
|
|
3245
|
-
static deserializeBinaryFromReader(message: OscilloscopeClearChannelsRequest, reader: jspb.BinaryReader): OscilloscopeClearChannelsRequest;
|
|
3246
|
-
}
|
|
3247
|
-
|
|
3248
|
-
export namespace OscilloscopeClearChannelsRequest {
|
|
3249
|
-
export type AsObject = {
|
|
3250
|
-
interfaceId: number,
|
|
3251
|
-
device: number,
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
|
|
3255
2613
|
export class OscilloscopeStartStopRequest extends jspb.Message {
|
|
3256
2614
|
getInterfaceId(): number;
|
|
3257
2615
|
setInterfaceId(value: number): void;
|
|
@@ -3280,30 +2638,6 @@ export namespace OscilloscopeStartStopRequest {
|
|
|
3280
2638
|
}
|
|
3281
2639
|
}
|
|
3282
2640
|
|
|
3283
|
-
export class OscilloscopeReadRequest extends jspb.Message {
|
|
3284
|
-
getInterfaceId(): number;
|
|
3285
|
-
setInterfaceId(value: number): void;
|
|
3286
|
-
|
|
3287
|
-
getDevice(): number;
|
|
3288
|
-
setDevice(value: number): void;
|
|
3289
|
-
|
|
3290
|
-
serializeBinary(): Uint8Array;
|
|
3291
|
-
toObject(includeInstance?: boolean): OscilloscopeReadRequest.AsObject;
|
|
3292
|
-
static toObject(includeInstance: boolean, msg: OscilloscopeReadRequest): OscilloscopeReadRequest.AsObject;
|
|
3293
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3294
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3295
|
-
static serializeBinaryToWriter(message: OscilloscopeReadRequest, writer: jspb.BinaryWriter): void;
|
|
3296
|
-
static deserializeBinary(bytes: Uint8Array): OscilloscopeReadRequest;
|
|
3297
|
-
static deserializeBinaryFromReader(message: OscilloscopeReadRequest, reader: jspb.BinaryReader): OscilloscopeReadRequest;
|
|
3298
|
-
}
|
|
3299
|
-
|
|
3300
|
-
export namespace OscilloscopeReadRequest {
|
|
3301
|
-
export type AsObject = {
|
|
3302
|
-
interfaceId: number,
|
|
3303
|
-
device: number,
|
|
3304
|
-
}
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
2641
|
export class OscilloscopeReadResponse extends jspb.Message {
|
|
3308
2642
|
clearDataIdsList(): void;
|
|
3309
2643
|
getDataIdsList(): Array<number>;
|
|
@@ -3327,12 +2661,6 @@ export namespace OscilloscopeReadResponse {
|
|
|
3327
2661
|
}
|
|
3328
2662
|
|
|
3329
2663
|
export class OscilloscopeDataIdentifier extends jspb.Message {
|
|
3330
|
-
getInterfaceId(): number;
|
|
3331
|
-
setInterfaceId(value: number): void;
|
|
3332
|
-
|
|
3333
|
-
getDevice(): number;
|
|
3334
|
-
setDevice(value: number): void;
|
|
3335
|
-
|
|
3336
2664
|
getDataId(): number;
|
|
3337
2665
|
setDataId(value: number): void;
|
|
3338
2666
|
|
|
@@ -3348,8 +2676,6 @@ export class OscilloscopeDataIdentifier extends jspb.Message {
|
|
|
3348
2676
|
|
|
3349
2677
|
export namespace OscilloscopeDataIdentifier {
|
|
3350
2678
|
export type AsObject = {
|
|
3351
|
-
interfaceId: number,
|
|
3352
|
-
device: number,
|
|
3353
2679
|
dataId: number,
|
|
3354
2680
|
}
|
|
3355
2681
|
}
|
|
@@ -3378,35 +2704,7 @@ export namespace OscilloscopeCaptureProperties {
|
|
|
3378
2704
|
}
|
|
3379
2705
|
}
|
|
3380
2706
|
|
|
3381
|
-
export class
|
|
3382
|
-
hasProperties(): boolean;
|
|
3383
|
-
clearProperties(): void;
|
|
3384
|
-
getProperties(): OscilloscopeCaptureProperties | undefined;
|
|
3385
|
-
setProperties(value?: OscilloscopeCaptureProperties): void;
|
|
3386
|
-
|
|
3387
|
-
serializeBinary(): Uint8Array;
|
|
3388
|
-
toObject(includeInstance?: boolean): OscilloscopeDataGetPropertiesResponse.AsObject;
|
|
3389
|
-
static toObject(includeInstance: boolean, msg: OscilloscopeDataGetPropertiesResponse): OscilloscopeDataGetPropertiesResponse.AsObject;
|
|
3390
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3391
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3392
|
-
static serializeBinaryToWriter(message: OscilloscopeDataGetPropertiesResponse, writer: jspb.BinaryWriter): void;
|
|
3393
|
-
static deserializeBinary(bytes: Uint8Array): OscilloscopeDataGetPropertiesResponse;
|
|
3394
|
-
static deserializeBinaryFromReader(message: OscilloscopeDataGetPropertiesResponse, reader: jspb.BinaryReader): OscilloscopeDataGetPropertiesResponse;
|
|
3395
|
-
}
|
|
3396
|
-
|
|
3397
|
-
export namespace OscilloscopeDataGetPropertiesResponse {
|
|
3398
|
-
export type AsObject = {
|
|
3399
|
-
properties?: OscilloscopeCaptureProperties.AsObject,
|
|
3400
|
-
}
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
export class OscilloscopeDataGetSavedSettingRequest extends jspb.Message {
|
|
3404
|
-
getInterfaceId(): number;
|
|
3405
|
-
setInterfaceId(value: number): void;
|
|
3406
|
-
|
|
3407
|
-
getDevice(): number;
|
|
3408
|
-
setDevice(value: number): void;
|
|
3409
|
-
|
|
2707
|
+
export class OscilloscopeDataGetRequest extends jspb.Message {
|
|
3410
2708
|
getDataId(): number;
|
|
3411
2709
|
setDataId(value: number): void;
|
|
3412
2710
|
|
|
@@ -3414,51 +2712,23 @@ export class OscilloscopeDataGetSavedSettingRequest extends jspb.Message {
|
|
|
3414
2712
|
setUnit(value: string): void;
|
|
3415
2713
|
|
|
3416
2714
|
serializeBinary(): Uint8Array;
|
|
3417
|
-
toObject(includeInstance?: boolean):
|
|
3418
|
-
static toObject(includeInstance: boolean, msg:
|
|
2715
|
+
toObject(includeInstance?: boolean): OscilloscopeDataGetRequest.AsObject;
|
|
2716
|
+
static toObject(includeInstance: boolean, msg: OscilloscopeDataGetRequest): OscilloscopeDataGetRequest.AsObject;
|
|
3419
2717
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3420
2718
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3421
|
-
static serializeBinaryToWriter(message:
|
|
3422
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
3423
|
-
static deserializeBinaryFromReader(message:
|
|
2719
|
+
static serializeBinaryToWriter(message: OscilloscopeDataGetRequest, writer: jspb.BinaryWriter): void;
|
|
2720
|
+
static deserializeBinary(bytes: Uint8Array): OscilloscopeDataGetRequest;
|
|
2721
|
+
static deserializeBinaryFromReader(message: OscilloscopeDataGetRequest, reader: jspb.BinaryReader): OscilloscopeDataGetRequest;
|
|
3424
2722
|
}
|
|
3425
2723
|
|
|
3426
|
-
export namespace
|
|
2724
|
+
export namespace OscilloscopeDataGetRequest {
|
|
3427
2725
|
export type AsObject = {
|
|
3428
|
-
interfaceId: number,
|
|
3429
|
-
device: number,
|
|
3430
2726
|
dataId: number,
|
|
3431
2727
|
unit: string,
|
|
3432
2728
|
}
|
|
3433
2729
|
}
|
|
3434
2730
|
|
|
3435
|
-
export class OscilloscopeDataGetSavedSettingResponse extends jspb.Message {
|
|
3436
|
-
getValue(): number;
|
|
3437
|
-
setValue(value: number): void;
|
|
3438
|
-
|
|
3439
|
-
serializeBinary(): Uint8Array;
|
|
3440
|
-
toObject(includeInstance?: boolean): OscilloscopeDataGetSavedSettingResponse.AsObject;
|
|
3441
|
-
static toObject(includeInstance: boolean, msg: OscilloscopeDataGetSavedSettingResponse): OscilloscopeDataGetSavedSettingResponse.AsObject;
|
|
3442
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3443
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3444
|
-
static serializeBinaryToWriter(message: OscilloscopeDataGetSavedSettingResponse, writer: jspb.BinaryWriter): void;
|
|
3445
|
-
static deserializeBinary(bytes: Uint8Array): OscilloscopeDataGetSavedSettingResponse;
|
|
3446
|
-
static deserializeBinaryFromReader(message: OscilloscopeDataGetSavedSettingResponse, reader: jspb.BinaryReader): OscilloscopeDataGetSavedSettingResponse;
|
|
3447
|
-
}
|
|
3448
|
-
|
|
3449
|
-
export namespace OscilloscopeDataGetSavedSettingResponse {
|
|
3450
|
-
export type AsObject = {
|
|
3451
|
-
value: number,
|
|
3452
|
-
}
|
|
3453
|
-
}
|
|
3454
|
-
|
|
3455
2731
|
export class OscilloscopeDataGetSampleTimeRequest extends jspb.Message {
|
|
3456
|
-
getInterfaceId(): number;
|
|
3457
|
-
setInterfaceId(value: number): void;
|
|
3458
|
-
|
|
3459
|
-
getDevice(): number;
|
|
3460
|
-
setDevice(value: number): void;
|
|
3461
|
-
|
|
3462
2732
|
getDataId(): number;
|
|
3463
2733
|
setDataId(value: number): void;
|
|
3464
2734
|
|
|
@@ -3480,46 +2750,12 @@ export class OscilloscopeDataGetSampleTimeRequest extends jspb.Message {
|
|
|
3480
2750
|
|
|
3481
2751
|
export namespace OscilloscopeDataGetSampleTimeRequest {
|
|
3482
2752
|
export type AsObject = {
|
|
3483
|
-
interfaceId: number,
|
|
3484
|
-
device: number,
|
|
3485
2753
|
dataId: number,
|
|
3486
2754
|
unit: string,
|
|
3487
2755
|
index: number,
|
|
3488
2756
|
}
|
|
3489
2757
|
}
|
|
3490
2758
|
|
|
3491
|
-
export class OscilloscopeDataGetSamplesRequest extends jspb.Message {
|
|
3492
|
-
getInterfaceId(): number;
|
|
3493
|
-
setInterfaceId(value: number): void;
|
|
3494
|
-
|
|
3495
|
-
getDevice(): number;
|
|
3496
|
-
setDevice(value: number): void;
|
|
3497
|
-
|
|
3498
|
-
getDataId(): number;
|
|
3499
|
-
setDataId(value: number): void;
|
|
3500
|
-
|
|
3501
|
-
getUnit(): string;
|
|
3502
|
-
setUnit(value: string): void;
|
|
3503
|
-
|
|
3504
|
-
serializeBinary(): Uint8Array;
|
|
3505
|
-
toObject(includeInstance?: boolean): OscilloscopeDataGetSamplesRequest.AsObject;
|
|
3506
|
-
static toObject(includeInstance: boolean, msg: OscilloscopeDataGetSamplesRequest): OscilloscopeDataGetSamplesRequest.AsObject;
|
|
3507
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3508
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3509
|
-
static serializeBinaryToWriter(message: OscilloscopeDataGetSamplesRequest, writer: jspb.BinaryWriter): void;
|
|
3510
|
-
static deserializeBinary(bytes: Uint8Array): OscilloscopeDataGetSamplesRequest;
|
|
3511
|
-
static deserializeBinaryFromReader(message: OscilloscopeDataGetSamplesRequest, reader: jspb.BinaryReader): OscilloscopeDataGetSamplesRequest;
|
|
3512
|
-
}
|
|
3513
|
-
|
|
3514
|
-
export namespace OscilloscopeDataGetSamplesRequest {
|
|
3515
|
-
export type AsObject = {
|
|
3516
|
-
interfaceId: number,
|
|
3517
|
-
device: number,
|
|
3518
|
-
dataId: number,
|
|
3519
|
-
unit: string,
|
|
3520
|
-
}
|
|
3521
|
-
}
|
|
3522
|
-
|
|
3523
2759
|
export class OscilloscopeDataGetSamplesResponse extends jspb.Message {
|
|
3524
2760
|
clearDataList(): void;
|
|
3525
2761
|
getDataList(): Array<number>;
|
|
@@ -4249,111 +3485,7 @@ export namespace StreamWaitUntilIdleRequest {
|
|
|
4249
3485
|
}
|
|
4250
3486
|
}
|
|
4251
3487
|
|
|
4252
|
-
export class
|
|
4253
|
-
getInterfaceId(): number;
|
|
4254
|
-
setInterfaceId(value: number): void;
|
|
4255
|
-
|
|
4256
|
-
getDevice(): number;
|
|
4257
|
-
setDevice(value: number): void;
|
|
4258
|
-
|
|
4259
|
-
getStreamId(): number;
|
|
4260
|
-
setStreamId(value: number): void;
|
|
4261
|
-
|
|
4262
|
-
serializeBinary(): Uint8Array;
|
|
4263
|
-
toObject(includeInstance?: boolean): StreamCorkRequest.AsObject;
|
|
4264
|
-
static toObject(includeInstance: boolean, msg: StreamCorkRequest): StreamCorkRequest.AsObject;
|
|
4265
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4266
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4267
|
-
static serializeBinaryToWriter(message: StreamCorkRequest, writer: jspb.BinaryWriter): void;
|
|
4268
|
-
static deserializeBinary(bytes: Uint8Array): StreamCorkRequest;
|
|
4269
|
-
static deserializeBinaryFromReader(message: StreamCorkRequest, reader: jspb.BinaryReader): StreamCorkRequest;
|
|
4270
|
-
}
|
|
4271
|
-
|
|
4272
|
-
export namespace StreamCorkRequest {
|
|
4273
|
-
export type AsObject = {
|
|
4274
|
-
interfaceId: number,
|
|
4275
|
-
device: number,
|
|
4276
|
-
streamId: number,
|
|
4277
|
-
}
|
|
4278
|
-
}
|
|
4279
|
-
|
|
4280
|
-
export class StreamUncorkRequest extends jspb.Message {
|
|
4281
|
-
getInterfaceId(): number;
|
|
4282
|
-
setInterfaceId(value: number): void;
|
|
4283
|
-
|
|
4284
|
-
getDevice(): number;
|
|
4285
|
-
setDevice(value: number): void;
|
|
4286
|
-
|
|
4287
|
-
getStreamId(): number;
|
|
4288
|
-
setStreamId(value: number): void;
|
|
4289
|
-
|
|
4290
|
-
serializeBinary(): Uint8Array;
|
|
4291
|
-
toObject(includeInstance?: boolean): StreamUncorkRequest.AsObject;
|
|
4292
|
-
static toObject(includeInstance: boolean, msg: StreamUncorkRequest): StreamUncorkRequest.AsObject;
|
|
4293
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4294
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4295
|
-
static serializeBinaryToWriter(message: StreamUncorkRequest, writer: jspb.BinaryWriter): void;
|
|
4296
|
-
static deserializeBinary(bytes: Uint8Array): StreamUncorkRequest;
|
|
4297
|
-
static deserializeBinaryFromReader(message: StreamUncorkRequest, reader: jspb.BinaryReader): StreamUncorkRequest;
|
|
4298
|
-
}
|
|
4299
|
-
|
|
4300
|
-
export namespace StreamUncorkRequest {
|
|
4301
|
-
export type AsObject = {
|
|
4302
|
-
interfaceId: number,
|
|
4303
|
-
device: number,
|
|
4304
|
-
streamId: number,
|
|
4305
|
-
}
|
|
4306
|
-
}
|
|
4307
|
-
|
|
4308
|
-
export class StreamIsBusyRequest extends jspb.Message {
|
|
4309
|
-
getInterfaceId(): number;
|
|
4310
|
-
setInterfaceId(value: number): void;
|
|
4311
|
-
|
|
4312
|
-
getDevice(): number;
|
|
4313
|
-
setDevice(value: number): void;
|
|
4314
|
-
|
|
4315
|
-
getStreamId(): number;
|
|
4316
|
-
setStreamId(value: number): void;
|
|
4317
|
-
|
|
4318
|
-
serializeBinary(): Uint8Array;
|
|
4319
|
-
toObject(includeInstance?: boolean): StreamIsBusyRequest.AsObject;
|
|
4320
|
-
static toObject(includeInstance: boolean, msg: StreamIsBusyRequest): StreamIsBusyRequest.AsObject;
|
|
4321
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4322
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4323
|
-
static serializeBinaryToWriter(message: StreamIsBusyRequest, writer: jspb.BinaryWriter): void;
|
|
4324
|
-
static deserializeBinary(bytes: Uint8Array): StreamIsBusyRequest;
|
|
4325
|
-
static deserializeBinaryFromReader(message: StreamIsBusyRequest, reader: jspb.BinaryReader): StreamIsBusyRequest;
|
|
4326
|
-
}
|
|
4327
|
-
|
|
4328
|
-
export namespace StreamIsBusyRequest {
|
|
4329
|
-
export type AsObject = {
|
|
4330
|
-
interfaceId: number,
|
|
4331
|
-
device: number,
|
|
4332
|
-
streamId: number,
|
|
4333
|
-
}
|
|
4334
|
-
}
|
|
4335
|
-
|
|
4336
|
-
export class StreamIsBusyResponse extends jspb.Message {
|
|
4337
|
-
getIsBusy(): boolean;
|
|
4338
|
-
setIsBusy(value: boolean): void;
|
|
4339
|
-
|
|
4340
|
-
serializeBinary(): Uint8Array;
|
|
4341
|
-
toObject(includeInstance?: boolean): StreamIsBusyResponse.AsObject;
|
|
4342
|
-
static toObject(includeInstance: boolean, msg: StreamIsBusyResponse): StreamIsBusyResponse.AsObject;
|
|
4343
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4344
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4345
|
-
static serializeBinaryToWriter(message: StreamIsBusyResponse, writer: jspb.BinaryWriter): void;
|
|
4346
|
-
static deserializeBinary(bytes: Uint8Array): StreamIsBusyResponse;
|
|
4347
|
-
static deserializeBinaryFromReader(message: StreamIsBusyResponse, reader: jspb.BinaryReader): StreamIsBusyResponse;
|
|
4348
|
-
}
|
|
4349
|
-
|
|
4350
|
-
export namespace StreamIsBusyResponse {
|
|
4351
|
-
export type AsObject = {
|
|
4352
|
-
isBusy: boolean,
|
|
4353
|
-
}
|
|
4354
|
-
}
|
|
4355
|
-
|
|
4356
|
-
export class StreamGetAxesRequest extends jspb.Message {
|
|
3488
|
+
export class StreamEmptyRequest extends jspb.Message {
|
|
4357
3489
|
getInterfaceId(): number;
|
|
4358
3490
|
setInterfaceId(value: number): void;
|
|
4359
3491
|
|
|
@@ -4364,16 +3496,16 @@ export class StreamGetAxesRequest extends jspb.Message {
|
|
|
4364
3496
|
setStreamId(value: number): void;
|
|
4365
3497
|
|
|
4366
3498
|
serializeBinary(): Uint8Array;
|
|
4367
|
-
toObject(includeInstance?: boolean):
|
|
4368
|
-
static toObject(includeInstance: boolean, msg:
|
|
3499
|
+
toObject(includeInstance?: boolean): StreamEmptyRequest.AsObject;
|
|
3500
|
+
static toObject(includeInstance: boolean, msg: StreamEmptyRequest): StreamEmptyRequest.AsObject;
|
|
4369
3501
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4370
3502
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4371
|
-
static serializeBinaryToWriter(message:
|
|
4372
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
4373
|
-
static deserializeBinaryFromReader(message:
|
|
3503
|
+
static serializeBinaryToWriter(message: StreamEmptyRequest, writer: jspb.BinaryWriter): void;
|
|
3504
|
+
static deserializeBinary(bytes: Uint8Array): StreamEmptyRequest;
|
|
3505
|
+
static deserializeBinaryFromReader(message: StreamEmptyRequest, reader: jspb.BinaryReader): StreamEmptyRequest;
|
|
4374
3506
|
}
|
|
4375
3507
|
|
|
4376
|
-
export namespace
|
|
3508
|
+
export namespace StreamEmptyRequest {
|
|
4377
3509
|
export type AsObject = {
|
|
4378
3510
|
interfaceId: number,
|
|
4379
3511
|
device: number,
|
|
@@ -4384,70 +3516,22 @@ export namespace StreamGetAxesRequest {
|
|
|
4384
3516
|
export class StreamGetAxesResponse extends jspb.Message {
|
|
4385
3517
|
clearAxesList(): void;
|
|
4386
3518
|
getAxesList(): Array<StreamAxisDefinition>;
|
|
4387
|
-
setAxesList(value: Array<StreamAxisDefinition>): void;
|
|
4388
|
-
addAxes(value?: StreamAxisDefinition, index?: number): StreamAxisDefinition;
|
|
4389
|
-
|
|
4390
|
-
serializeBinary(): Uint8Array;
|
|
4391
|
-
toObject(includeInstance?: boolean): StreamGetAxesResponse.AsObject;
|
|
4392
|
-
static toObject(includeInstance: boolean, msg: StreamGetAxesResponse): StreamGetAxesResponse.AsObject;
|
|
4393
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4394
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4395
|
-
static serializeBinaryToWriter(message: StreamGetAxesResponse, writer: jspb.BinaryWriter): void;
|
|
4396
|
-
static deserializeBinary(bytes: Uint8Array): StreamGetAxesResponse;
|
|
4397
|
-
static deserializeBinaryFromReader(message: StreamGetAxesResponse, reader: jspb.BinaryReader): StreamGetAxesResponse;
|
|
4398
|
-
}
|
|
4399
|
-
|
|
4400
|
-
export namespace StreamGetAxesResponse {
|
|
4401
|
-
export type AsObject = {
|
|
4402
|
-
axesList: Array<StreamAxisDefinition.AsObject>,
|
|
4403
|
-
}
|
|
4404
|
-
}
|
|
4405
|
-
|
|
4406
|
-
export class StreamGetModeRequest extends jspb.Message {
|
|
4407
|
-
getInterfaceId(): number;
|
|
4408
|
-
setInterfaceId(value: number): void;
|
|
4409
|
-
|
|
4410
|
-
getDevice(): number;
|
|
4411
|
-
setDevice(value: number): void;
|
|
4412
|
-
|
|
4413
|
-
getStreamId(): number;
|
|
4414
|
-
setStreamId(value: number): void;
|
|
4415
|
-
|
|
4416
|
-
serializeBinary(): Uint8Array;
|
|
4417
|
-
toObject(includeInstance?: boolean): StreamGetModeRequest.AsObject;
|
|
4418
|
-
static toObject(includeInstance: boolean, msg: StreamGetModeRequest): StreamGetModeRequest.AsObject;
|
|
4419
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4420
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4421
|
-
static serializeBinaryToWriter(message: StreamGetModeRequest, writer: jspb.BinaryWriter): void;
|
|
4422
|
-
static deserializeBinary(bytes: Uint8Array): StreamGetModeRequest;
|
|
4423
|
-
static deserializeBinaryFromReader(message: StreamGetModeRequest, reader: jspb.BinaryReader): StreamGetModeRequest;
|
|
4424
|
-
}
|
|
4425
|
-
|
|
4426
|
-
export namespace StreamGetModeRequest {
|
|
4427
|
-
export type AsObject = {
|
|
4428
|
-
interfaceId: number,
|
|
4429
|
-
device: number,
|
|
4430
|
-
streamId: number,
|
|
4431
|
-
}
|
|
4432
|
-
}
|
|
4433
|
-
|
|
4434
|
-
export class StreamGetModeResponse extends jspb.Message {
|
|
4435
|
-
getMode(): number;
|
|
4436
|
-
setMode(value: number): void;
|
|
3519
|
+
setAxesList(value: Array<StreamAxisDefinition>): void;
|
|
3520
|
+
addAxes(value?: StreamAxisDefinition, index?: number): StreamAxisDefinition;
|
|
4437
3521
|
|
|
4438
3522
|
serializeBinary(): Uint8Array;
|
|
4439
|
-
toObject(includeInstance?: boolean):
|
|
4440
|
-
static toObject(includeInstance: boolean, msg:
|
|
3523
|
+
toObject(includeInstance?: boolean): StreamGetAxesResponse.AsObject;
|
|
3524
|
+
static toObject(includeInstance: boolean, msg: StreamGetAxesResponse): StreamGetAxesResponse.AsObject;
|
|
4441
3525
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4442
3526
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4443
|
-
static serializeBinaryToWriter(message:
|
|
4444
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
4445
|
-
static deserializeBinaryFromReader(message:
|
|
3527
|
+
static serializeBinaryToWriter(message: StreamGetAxesResponse, writer: jspb.BinaryWriter): void;
|
|
3528
|
+
static deserializeBinary(bytes: Uint8Array): StreamGetAxesResponse;
|
|
3529
|
+
static deserializeBinaryFromReader(message: StreamGetAxesResponse, reader: jspb.BinaryReader): StreamGetAxesResponse;
|
|
4446
3530
|
}
|
|
4447
3531
|
|
|
4448
|
-
export namespace
|
|
3532
|
+
export namespace StreamGetAxesResponse {
|
|
4449
3533
|
export type AsObject = {
|
|
4450
|
-
|
|
3534
|
+
axesList: Array<StreamAxisDefinition.AsObject>,
|
|
4451
3535
|
}
|
|
4452
3536
|
}
|
|
4453
3537
|
|
|
@@ -4483,26 +3567,6 @@ export namespace StreamGetMaxSpeedRequest {
|
|
|
4483
3567
|
}
|
|
4484
3568
|
}
|
|
4485
3569
|
|
|
4486
|
-
export class StreamGetMaxSpeedResponse extends jspb.Message {
|
|
4487
|
-
getMaxSpeed(): number;
|
|
4488
|
-
setMaxSpeed(value: number): void;
|
|
4489
|
-
|
|
4490
|
-
serializeBinary(): Uint8Array;
|
|
4491
|
-
toObject(includeInstance?: boolean): StreamGetMaxSpeedResponse.AsObject;
|
|
4492
|
-
static toObject(includeInstance: boolean, msg: StreamGetMaxSpeedResponse): StreamGetMaxSpeedResponse.AsObject;
|
|
4493
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4494
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4495
|
-
static serializeBinaryToWriter(message: StreamGetMaxSpeedResponse, writer: jspb.BinaryWriter): void;
|
|
4496
|
-
static deserializeBinary(bytes: Uint8Array): StreamGetMaxSpeedResponse;
|
|
4497
|
-
static deserializeBinaryFromReader(message: StreamGetMaxSpeedResponse, reader: jspb.BinaryReader): StreamGetMaxSpeedResponse;
|
|
4498
|
-
}
|
|
4499
|
-
|
|
4500
|
-
export namespace StreamGetMaxSpeedResponse {
|
|
4501
|
-
export type AsObject = {
|
|
4502
|
-
maxSpeed: number,
|
|
4503
|
-
}
|
|
4504
|
-
}
|
|
4505
|
-
|
|
4506
3570
|
export class StreamSetMaxSpeedRequest extends jspb.Message {
|
|
4507
3571
|
getInterfaceId(): number;
|
|
4508
3572
|
setInterfaceId(value: number): void;
|
|
@@ -4571,26 +3635,6 @@ export namespace StreamGetMaxTangentialAccelerationRequest {
|
|
|
4571
3635
|
}
|
|
4572
3636
|
}
|
|
4573
3637
|
|
|
4574
|
-
export class StreamGetMaxTangentialAccelerationResponse extends jspb.Message {
|
|
4575
|
-
getMaxTangentialAcceleration(): number;
|
|
4576
|
-
setMaxTangentialAcceleration(value: number): void;
|
|
4577
|
-
|
|
4578
|
-
serializeBinary(): Uint8Array;
|
|
4579
|
-
toObject(includeInstance?: boolean): StreamGetMaxTangentialAccelerationResponse.AsObject;
|
|
4580
|
-
static toObject(includeInstance: boolean, msg: StreamGetMaxTangentialAccelerationResponse): StreamGetMaxTangentialAccelerationResponse.AsObject;
|
|
4581
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4582
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4583
|
-
static serializeBinaryToWriter(message: StreamGetMaxTangentialAccelerationResponse, writer: jspb.BinaryWriter): void;
|
|
4584
|
-
static deserializeBinary(bytes: Uint8Array): StreamGetMaxTangentialAccelerationResponse;
|
|
4585
|
-
static deserializeBinaryFromReader(message: StreamGetMaxTangentialAccelerationResponse, reader: jspb.BinaryReader): StreamGetMaxTangentialAccelerationResponse;
|
|
4586
|
-
}
|
|
4587
|
-
|
|
4588
|
-
export namespace StreamGetMaxTangentialAccelerationResponse {
|
|
4589
|
-
export type AsObject = {
|
|
4590
|
-
maxTangentialAcceleration: number,
|
|
4591
|
-
}
|
|
4592
|
-
}
|
|
4593
|
-
|
|
4594
3638
|
export class StreamSetMaxTangentialAccelerationRequest extends jspb.Message {
|
|
4595
3639
|
getInterfaceId(): number;
|
|
4596
3640
|
setInterfaceId(value: number): void;
|
|
@@ -4659,26 +3703,6 @@ export namespace StreamGetMaxCentripetalAccelerationRequest {
|
|
|
4659
3703
|
}
|
|
4660
3704
|
}
|
|
4661
3705
|
|
|
4662
|
-
export class StreamGetMaxCentripetalAccelerationResponse extends jspb.Message {
|
|
4663
|
-
getMaxCentripetalAcceleration(): number;
|
|
4664
|
-
setMaxCentripetalAcceleration(value: number): void;
|
|
4665
|
-
|
|
4666
|
-
serializeBinary(): Uint8Array;
|
|
4667
|
-
toObject(includeInstance?: boolean): StreamGetMaxCentripetalAccelerationResponse.AsObject;
|
|
4668
|
-
static toObject(includeInstance: boolean, msg: StreamGetMaxCentripetalAccelerationResponse): StreamGetMaxCentripetalAccelerationResponse.AsObject;
|
|
4669
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4670
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4671
|
-
static serializeBinaryToWriter(message: StreamGetMaxCentripetalAccelerationResponse, writer: jspb.BinaryWriter): void;
|
|
4672
|
-
static deserializeBinary(bytes: Uint8Array): StreamGetMaxCentripetalAccelerationResponse;
|
|
4673
|
-
static deserializeBinaryFromReader(message: StreamGetMaxCentripetalAccelerationResponse, reader: jspb.BinaryReader): StreamGetMaxCentripetalAccelerationResponse;
|
|
4674
|
-
}
|
|
4675
|
-
|
|
4676
|
-
export namespace StreamGetMaxCentripetalAccelerationResponse {
|
|
4677
|
-
export type AsObject = {
|
|
4678
|
-
maxCentripetalAcceleration: number,
|
|
4679
|
-
}
|
|
4680
|
-
}
|
|
4681
|
-
|
|
4682
3706
|
export class StreamSetMaxCentripetalAccelerationRequest extends jspb.Message {
|
|
4683
3707
|
getInterfaceId(): number;
|
|
4684
3708
|
setInterfaceId(value: number): void;
|
|
@@ -4715,82 +3739,6 @@ export namespace StreamSetMaxCentripetalAccelerationRequest {
|
|
|
4715
3739
|
}
|
|
4716
3740
|
}
|
|
4717
3741
|
|
|
4718
|
-
export class StreamToStringRequest extends jspb.Message {
|
|
4719
|
-
getInterfaceId(): number;
|
|
4720
|
-
setInterfaceId(value: number): void;
|
|
4721
|
-
|
|
4722
|
-
getDevice(): number;
|
|
4723
|
-
setDevice(value: number): void;
|
|
4724
|
-
|
|
4725
|
-
getStreamId(): number;
|
|
4726
|
-
setStreamId(value: number): void;
|
|
4727
|
-
|
|
4728
|
-
serializeBinary(): Uint8Array;
|
|
4729
|
-
toObject(includeInstance?: boolean): StreamToStringRequest.AsObject;
|
|
4730
|
-
static toObject(includeInstance: boolean, msg: StreamToStringRequest): StreamToStringRequest.AsObject;
|
|
4731
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4732
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4733
|
-
static serializeBinaryToWriter(message: StreamToStringRequest, writer: jspb.BinaryWriter): void;
|
|
4734
|
-
static deserializeBinary(bytes: Uint8Array): StreamToStringRequest;
|
|
4735
|
-
static deserializeBinaryFromReader(message: StreamToStringRequest, reader: jspb.BinaryReader): StreamToStringRequest;
|
|
4736
|
-
}
|
|
4737
|
-
|
|
4738
|
-
export namespace StreamToStringRequest {
|
|
4739
|
-
export type AsObject = {
|
|
4740
|
-
interfaceId: number,
|
|
4741
|
-
device: number,
|
|
4742
|
-
streamId: number,
|
|
4743
|
-
}
|
|
4744
|
-
}
|
|
4745
|
-
|
|
4746
|
-
export class StreamToStringResponse extends jspb.Message {
|
|
4747
|
-
getToStr(): string;
|
|
4748
|
-
setToStr(value: string): void;
|
|
4749
|
-
|
|
4750
|
-
serializeBinary(): Uint8Array;
|
|
4751
|
-
toObject(includeInstance?: boolean): StreamToStringResponse.AsObject;
|
|
4752
|
-
static toObject(includeInstance: boolean, msg: StreamToStringResponse): StreamToStringResponse.AsObject;
|
|
4753
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4754
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4755
|
-
static serializeBinaryToWriter(message: StreamToStringResponse, writer: jspb.BinaryWriter): void;
|
|
4756
|
-
static deserializeBinary(bytes: Uint8Array): StreamToStringResponse;
|
|
4757
|
-
static deserializeBinaryFromReader(message: StreamToStringResponse, reader: jspb.BinaryReader): StreamToStringResponse;
|
|
4758
|
-
}
|
|
4759
|
-
|
|
4760
|
-
export namespace StreamToStringResponse {
|
|
4761
|
-
export type AsObject = {
|
|
4762
|
-
toStr: string,
|
|
4763
|
-
}
|
|
4764
|
-
}
|
|
4765
|
-
|
|
4766
|
-
export class StreamDisableRequest extends jspb.Message {
|
|
4767
|
-
getInterfaceId(): number;
|
|
4768
|
-
setInterfaceId(value: number): void;
|
|
4769
|
-
|
|
4770
|
-
getDevice(): number;
|
|
4771
|
-
setDevice(value: number): void;
|
|
4772
|
-
|
|
4773
|
-
getStreamId(): number;
|
|
4774
|
-
setStreamId(value: number): void;
|
|
4775
|
-
|
|
4776
|
-
serializeBinary(): Uint8Array;
|
|
4777
|
-
toObject(includeInstance?: boolean): StreamDisableRequest.AsObject;
|
|
4778
|
-
static toObject(includeInstance: boolean, msg: StreamDisableRequest): StreamDisableRequest.AsObject;
|
|
4779
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4780
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4781
|
-
static serializeBinaryToWriter(message: StreamDisableRequest, writer: jspb.BinaryWriter): void;
|
|
4782
|
-
static deserializeBinary(bytes: Uint8Array): StreamDisableRequest;
|
|
4783
|
-
static deserializeBinaryFromReader(message: StreamDisableRequest, reader: jspb.BinaryReader): StreamDisableRequest;
|
|
4784
|
-
}
|
|
4785
|
-
|
|
4786
|
-
export namespace StreamDisableRequest {
|
|
4787
|
-
export type AsObject = {
|
|
4788
|
-
interfaceId: number,
|
|
4789
|
-
device: number,
|
|
4790
|
-
streamId: number,
|
|
4791
|
-
}
|
|
4792
|
-
}
|
|
4793
|
-
|
|
4794
3742
|
export class StreamBufferGetContentRequest extends jspb.Message {
|
|
4795
3743
|
getInterfaceId(): number;
|
|
4796
3744
|
setInterfaceId(value: number): void;
|
|
@@ -5129,47 +4077,7 @@ export namespace BinaryMessageCollection {
|
|
|
5129
4077
|
}
|
|
5130
4078
|
}
|
|
5131
4079
|
|
|
5132
|
-
export class
|
|
5133
|
-
getInterfaceId(): number;
|
|
5134
|
-
setInterfaceId(value: number): void;
|
|
5135
|
-
|
|
5136
|
-
serializeBinary(): Uint8Array;
|
|
5137
|
-
toObject(includeInstance?: boolean): BinaryDeviceRenumberRequest.AsObject;
|
|
5138
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceRenumberRequest): BinaryDeviceRenumberRequest.AsObject;
|
|
5139
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5140
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5141
|
-
static serializeBinaryToWriter(message: BinaryDeviceRenumberRequest, writer: jspb.BinaryWriter): void;
|
|
5142
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceRenumberRequest;
|
|
5143
|
-
static deserializeBinaryFromReader(message: BinaryDeviceRenumberRequest, reader: jspb.BinaryReader): BinaryDeviceRenumberRequest;
|
|
5144
|
-
}
|
|
5145
|
-
|
|
5146
|
-
export namespace BinaryDeviceRenumberRequest {
|
|
5147
|
-
export type AsObject = {
|
|
5148
|
-
interfaceId: number,
|
|
5149
|
-
}
|
|
5150
|
-
}
|
|
5151
|
-
|
|
5152
|
-
export class BinaryDeviceRenumberResponse extends jspb.Message {
|
|
5153
|
-
getNumberDevices(): number;
|
|
5154
|
-
setNumberDevices(value: number): void;
|
|
5155
|
-
|
|
5156
|
-
serializeBinary(): Uint8Array;
|
|
5157
|
-
toObject(includeInstance?: boolean): BinaryDeviceRenumberResponse.AsObject;
|
|
5158
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceRenumberResponse): BinaryDeviceRenumberResponse.AsObject;
|
|
5159
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5160
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5161
|
-
static serializeBinaryToWriter(message: BinaryDeviceRenumberResponse, writer: jspb.BinaryWriter): void;
|
|
5162
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceRenumberResponse;
|
|
5163
|
-
static deserializeBinaryFromReader(message: BinaryDeviceRenumberResponse, reader: jspb.BinaryReader): BinaryDeviceRenumberResponse;
|
|
5164
|
-
}
|
|
5165
|
-
|
|
5166
|
-
export namespace BinaryDeviceRenumberResponse {
|
|
5167
|
-
export type AsObject = {
|
|
5168
|
-
numberDevices: number,
|
|
5169
|
-
}
|
|
5170
|
-
}
|
|
5171
|
-
|
|
5172
|
-
export class BinaryDeviceIdentifyRequest extends jspb.Message {
|
|
4080
|
+
export class DeviceEmptyRequest extends jspb.Message {
|
|
5173
4081
|
getInterfaceId(): number;
|
|
5174
4082
|
setInterfaceId(value: number): void;
|
|
5175
4083
|
|
|
@@ -5177,16 +4085,16 @@ export class BinaryDeviceIdentifyRequest extends jspb.Message {
|
|
|
5177
4085
|
setDevice(value: number): void;
|
|
5178
4086
|
|
|
5179
4087
|
serializeBinary(): Uint8Array;
|
|
5180
|
-
toObject(includeInstance?: boolean):
|
|
5181
|
-
static toObject(includeInstance: boolean, msg:
|
|
4088
|
+
toObject(includeInstance?: boolean): DeviceEmptyRequest.AsObject;
|
|
4089
|
+
static toObject(includeInstance: boolean, msg: DeviceEmptyRequest): DeviceEmptyRequest.AsObject;
|
|
5182
4090
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5183
4091
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5184
|
-
static serializeBinaryToWriter(message:
|
|
5185
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
5186
|
-
static deserializeBinaryFromReader(message:
|
|
4092
|
+
static serializeBinaryToWriter(message: DeviceEmptyRequest, writer: jspb.BinaryWriter): void;
|
|
4093
|
+
static deserializeBinary(bytes: Uint8Array): DeviceEmptyRequest;
|
|
4094
|
+
static deserializeBinaryFromReader(message: DeviceEmptyRequest, reader: jspb.BinaryReader): DeviceEmptyRequest;
|
|
5187
4095
|
}
|
|
5188
4096
|
|
|
5189
|
-
export namespace
|
|
4097
|
+
export namespace DeviceEmptyRequest {
|
|
5190
4098
|
export type AsObject = {
|
|
5191
4099
|
interfaceId: number,
|
|
5192
4100
|
device: number,
|
|
@@ -5249,96 +4157,6 @@ export namespace BinaryDeviceIdentity {
|
|
|
5249
4157
|
}
|
|
5250
4158
|
}
|
|
5251
4159
|
|
|
5252
|
-
export class BinaryDeviceGetIdentityRequest extends jspb.Message {
|
|
5253
|
-
getInterfaceId(): number;
|
|
5254
|
-
setInterfaceId(value: number): void;
|
|
5255
|
-
|
|
5256
|
-
getDevice(): number;
|
|
5257
|
-
setDevice(value: number): void;
|
|
5258
|
-
|
|
5259
|
-
serializeBinary(): Uint8Array;
|
|
5260
|
-
toObject(includeInstance?: boolean): BinaryDeviceGetIdentityRequest.AsObject;
|
|
5261
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceGetIdentityRequest): BinaryDeviceGetIdentityRequest.AsObject;
|
|
5262
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5263
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5264
|
-
static serializeBinaryToWriter(message: BinaryDeviceGetIdentityRequest, writer: jspb.BinaryWriter): void;
|
|
5265
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetIdentityRequest;
|
|
5266
|
-
static deserializeBinaryFromReader(message: BinaryDeviceGetIdentityRequest, reader: jspb.BinaryReader): BinaryDeviceGetIdentityRequest;
|
|
5267
|
-
}
|
|
5268
|
-
|
|
5269
|
-
export namespace BinaryDeviceGetIdentityRequest {
|
|
5270
|
-
export type AsObject = {
|
|
5271
|
-
interfaceId: number,
|
|
5272
|
-
device: number,
|
|
5273
|
-
}
|
|
5274
|
-
}
|
|
5275
|
-
|
|
5276
|
-
export class BinaryDeviceGetIdentityResponse extends jspb.Message {
|
|
5277
|
-
hasIdentity(): boolean;
|
|
5278
|
-
clearIdentity(): void;
|
|
5279
|
-
getIdentity(): BinaryDeviceIdentity | undefined;
|
|
5280
|
-
setIdentity(value?: BinaryDeviceIdentity): void;
|
|
5281
|
-
|
|
5282
|
-
serializeBinary(): Uint8Array;
|
|
5283
|
-
toObject(includeInstance?: boolean): BinaryDeviceGetIdentityResponse.AsObject;
|
|
5284
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceGetIdentityResponse): BinaryDeviceGetIdentityResponse.AsObject;
|
|
5285
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5286
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5287
|
-
static serializeBinaryToWriter(message: BinaryDeviceGetIdentityResponse, writer: jspb.BinaryWriter): void;
|
|
5288
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetIdentityResponse;
|
|
5289
|
-
static deserializeBinaryFromReader(message: BinaryDeviceGetIdentityResponse, reader: jspb.BinaryReader): BinaryDeviceGetIdentityResponse;
|
|
5290
|
-
}
|
|
5291
|
-
|
|
5292
|
-
export namespace BinaryDeviceGetIdentityResponse {
|
|
5293
|
-
export type AsObject = {
|
|
5294
|
-
identity?: BinaryDeviceIdentity.AsObject,
|
|
5295
|
-
}
|
|
5296
|
-
}
|
|
5297
|
-
|
|
5298
|
-
export class BinaryDeviceGetIsIdentifiedRequest extends jspb.Message {
|
|
5299
|
-
getInterfaceId(): number;
|
|
5300
|
-
setInterfaceId(value: number): void;
|
|
5301
|
-
|
|
5302
|
-
getDevice(): number;
|
|
5303
|
-
setDevice(value: number): void;
|
|
5304
|
-
|
|
5305
|
-
serializeBinary(): Uint8Array;
|
|
5306
|
-
toObject(includeInstance?: boolean): BinaryDeviceGetIsIdentifiedRequest.AsObject;
|
|
5307
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceGetIsIdentifiedRequest): BinaryDeviceGetIsIdentifiedRequest.AsObject;
|
|
5308
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5309
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5310
|
-
static serializeBinaryToWriter(message: BinaryDeviceGetIsIdentifiedRequest, writer: jspb.BinaryWriter): void;
|
|
5311
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetIsIdentifiedRequest;
|
|
5312
|
-
static deserializeBinaryFromReader(message: BinaryDeviceGetIsIdentifiedRequest, reader: jspb.BinaryReader): BinaryDeviceGetIsIdentifiedRequest;
|
|
5313
|
-
}
|
|
5314
|
-
|
|
5315
|
-
export namespace BinaryDeviceGetIsIdentifiedRequest {
|
|
5316
|
-
export type AsObject = {
|
|
5317
|
-
interfaceId: number,
|
|
5318
|
-
device: number,
|
|
5319
|
-
}
|
|
5320
|
-
}
|
|
5321
|
-
|
|
5322
|
-
export class BinaryDeviceGetIsIdentifiedResponse extends jspb.Message {
|
|
5323
|
-
getIsIdentified(): boolean;
|
|
5324
|
-
setIsIdentified(value: boolean): void;
|
|
5325
|
-
|
|
5326
|
-
serializeBinary(): Uint8Array;
|
|
5327
|
-
toObject(includeInstance?: boolean): BinaryDeviceGetIsIdentifiedResponse.AsObject;
|
|
5328
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceGetIsIdentifiedResponse): BinaryDeviceGetIsIdentifiedResponse.AsObject;
|
|
5329
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5330
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5331
|
-
static serializeBinaryToWriter(message: BinaryDeviceGetIsIdentifiedResponse, writer: jspb.BinaryWriter): void;
|
|
5332
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetIsIdentifiedResponse;
|
|
5333
|
-
static deserializeBinaryFromReader(message: BinaryDeviceGetIsIdentifiedResponse, reader: jspb.BinaryReader): BinaryDeviceGetIsIdentifiedResponse;
|
|
5334
|
-
}
|
|
5335
|
-
|
|
5336
|
-
export namespace BinaryDeviceGetIsIdentifiedResponse {
|
|
5337
|
-
export type AsObject = {
|
|
5338
|
-
isIdentified: boolean,
|
|
5339
|
-
}
|
|
5340
|
-
}
|
|
5341
|
-
|
|
5342
4160
|
export class BinaryGenericWithUnitsRequest extends jspb.Message {
|
|
5343
4161
|
getInterfaceId(): number;
|
|
5344
4162
|
setInterfaceId(value: number): void;
|
|
@@ -5383,26 +4201,6 @@ export namespace BinaryGenericWithUnitsRequest {
|
|
|
5383
4201
|
}
|
|
5384
4202
|
}
|
|
5385
4203
|
|
|
5386
|
-
export class BinaryGenericWithUnitsResponse extends jspb.Message {
|
|
5387
|
-
getData(): number;
|
|
5388
|
-
setData(value: number): void;
|
|
5389
|
-
|
|
5390
|
-
serializeBinary(): Uint8Array;
|
|
5391
|
-
toObject(includeInstance?: boolean): BinaryGenericWithUnitsResponse.AsObject;
|
|
5392
|
-
static toObject(includeInstance: boolean, msg: BinaryGenericWithUnitsResponse): BinaryGenericWithUnitsResponse.AsObject;
|
|
5393
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5394
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5395
|
-
static serializeBinaryToWriter(message: BinaryGenericWithUnitsResponse, writer: jspb.BinaryWriter): void;
|
|
5396
|
-
static deserializeBinary(bytes: Uint8Array): BinaryGenericWithUnitsResponse;
|
|
5397
|
-
static deserializeBinaryFromReader(message: BinaryGenericWithUnitsResponse, reader: jspb.BinaryReader): BinaryGenericWithUnitsResponse;
|
|
5398
|
-
}
|
|
5399
|
-
|
|
5400
|
-
export namespace BinaryGenericWithUnitsResponse {
|
|
5401
|
-
export type AsObject = {
|
|
5402
|
-
data: number,
|
|
5403
|
-
}
|
|
5404
|
-
}
|
|
5405
|
-
|
|
5406
4204
|
export class BinaryDeviceHomeRequest extends jspb.Message {
|
|
5407
4205
|
getInterfaceId(): number;
|
|
5408
4206
|
setInterfaceId(value: number): void;
|
|
@@ -5435,26 +4233,6 @@ export namespace BinaryDeviceHomeRequest {
|
|
|
5435
4233
|
}
|
|
5436
4234
|
}
|
|
5437
4235
|
|
|
5438
|
-
export class BinaryDeviceMovementResponse extends jspb.Message {
|
|
5439
|
-
getData(): number;
|
|
5440
|
-
setData(value: number): void;
|
|
5441
|
-
|
|
5442
|
-
serializeBinary(): Uint8Array;
|
|
5443
|
-
toObject(includeInstance?: boolean): BinaryDeviceMovementResponse.AsObject;
|
|
5444
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceMovementResponse): BinaryDeviceMovementResponse.AsObject;
|
|
5445
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5446
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5447
|
-
static serializeBinaryToWriter(message: BinaryDeviceMovementResponse, writer: jspb.BinaryWriter): void;
|
|
5448
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceMovementResponse;
|
|
5449
|
-
static deserializeBinaryFromReader(message: BinaryDeviceMovementResponse, reader: jspb.BinaryReader): BinaryDeviceMovementResponse;
|
|
5450
|
-
}
|
|
5451
|
-
|
|
5452
|
-
export namespace BinaryDeviceMovementResponse {
|
|
5453
|
-
export type AsObject = {
|
|
5454
|
-
data: number,
|
|
5455
|
-
}
|
|
5456
|
-
}
|
|
5457
|
-
|
|
5458
4236
|
export class BinaryDeviceMoveRequest extends jspb.Message {
|
|
5459
4237
|
getInterfaceId(): number;
|
|
5460
4238
|
setInterfaceId(value: number): void;
|
|
@@ -5519,85 +4297,17 @@ export class BinaryDeviceStopRequest extends jspb.Message {
|
|
|
5519
4297
|
static toObject(includeInstance: boolean, msg: BinaryDeviceStopRequest): BinaryDeviceStopRequest.AsObject;
|
|
5520
4298
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5521
4299
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5522
|
-
static serializeBinaryToWriter(message: BinaryDeviceStopRequest, writer: jspb.BinaryWriter): void;
|
|
5523
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceStopRequest;
|
|
5524
|
-
static deserializeBinaryFromReader(message: BinaryDeviceStopRequest, reader: jspb.BinaryReader): BinaryDeviceStopRequest;
|
|
5525
|
-
}
|
|
5526
|
-
|
|
5527
|
-
export namespace BinaryDeviceStopRequest {
|
|
5528
|
-
export type AsObject = {
|
|
5529
|
-
interfaceId: number,
|
|
5530
|
-
device: number,
|
|
5531
|
-
timeout: number,
|
|
5532
|
-
unit: string,
|
|
5533
|
-
}
|
|
5534
|
-
}
|
|
5535
|
-
|
|
5536
|
-
export class BinaryDeviceWaitUntilIdleRequest extends jspb.Message {
|
|
5537
|
-
getInterfaceId(): number;
|
|
5538
|
-
setInterfaceId(value: number): void;
|
|
5539
|
-
|
|
5540
|
-
getDevice(): number;
|
|
5541
|
-
setDevice(value: number): void;
|
|
5542
|
-
|
|
5543
|
-
serializeBinary(): Uint8Array;
|
|
5544
|
-
toObject(includeInstance?: boolean): BinaryDeviceWaitUntilIdleRequest.AsObject;
|
|
5545
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceWaitUntilIdleRequest): BinaryDeviceWaitUntilIdleRequest.AsObject;
|
|
5546
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5547
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5548
|
-
static serializeBinaryToWriter(message: BinaryDeviceWaitUntilIdleRequest, writer: jspb.BinaryWriter): void;
|
|
5549
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceWaitUntilIdleRequest;
|
|
5550
|
-
static deserializeBinaryFromReader(message: BinaryDeviceWaitUntilIdleRequest, reader: jspb.BinaryReader): BinaryDeviceWaitUntilIdleRequest;
|
|
5551
|
-
}
|
|
5552
|
-
|
|
5553
|
-
export namespace BinaryDeviceWaitUntilIdleRequest {
|
|
5554
|
-
export type AsObject = {
|
|
5555
|
-
interfaceId: number,
|
|
5556
|
-
device: number,
|
|
5557
|
-
}
|
|
5558
|
-
}
|
|
5559
|
-
|
|
5560
|
-
export class BinaryDeviceIsBusyRequest extends jspb.Message {
|
|
5561
|
-
getInterfaceId(): number;
|
|
5562
|
-
setInterfaceId(value: number): void;
|
|
5563
|
-
|
|
5564
|
-
getDevice(): number;
|
|
5565
|
-
setDevice(value: number): void;
|
|
5566
|
-
|
|
5567
|
-
serializeBinary(): Uint8Array;
|
|
5568
|
-
toObject(includeInstance?: boolean): BinaryDeviceIsBusyRequest.AsObject;
|
|
5569
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceIsBusyRequest): BinaryDeviceIsBusyRequest.AsObject;
|
|
5570
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5571
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5572
|
-
static serializeBinaryToWriter(message: BinaryDeviceIsBusyRequest, writer: jspb.BinaryWriter): void;
|
|
5573
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceIsBusyRequest;
|
|
5574
|
-
static deserializeBinaryFromReader(message: BinaryDeviceIsBusyRequest, reader: jspb.BinaryReader): BinaryDeviceIsBusyRequest;
|
|
5575
|
-
}
|
|
5576
|
-
|
|
5577
|
-
export namespace BinaryDeviceIsBusyRequest {
|
|
5578
|
-
export type AsObject = {
|
|
5579
|
-
interfaceId: number,
|
|
5580
|
-
device: number,
|
|
5581
|
-
}
|
|
5582
|
-
}
|
|
5583
|
-
|
|
5584
|
-
export class BinaryDeviceIsBusyResponse extends jspb.Message {
|
|
5585
|
-
getIsBusy(): boolean;
|
|
5586
|
-
setIsBusy(value: boolean): void;
|
|
5587
|
-
|
|
5588
|
-
serializeBinary(): Uint8Array;
|
|
5589
|
-
toObject(includeInstance?: boolean): BinaryDeviceIsBusyResponse.AsObject;
|
|
5590
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceIsBusyResponse): BinaryDeviceIsBusyResponse.AsObject;
|
|
5591
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5592
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5593
|
-
static serializeBinaryToWriter(message: BinaryDeviceIsBusyResponse, writer: jspb.BinaryWriter): void;
|
|
5594
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceIsBusyResponse;
|
|
5595
|
-
static deserializeBinaryFromReader(message: BinaryDeviceIsBusyResponse, reader: jspb.BinaryReader): BinaryDeviceIsBusyResponse;
|
|
4300
|
+
static serializeBinaryToWriter(message: BinaryDeviceStopRequest, writer: jspb.BinaryWriter): void;
|
|
4301
|
+
static deserializeBinary(bytes: Uint8Array): BinaryDeviceStopRequest;
|
|
4302
|
+
static deserializeBinaryFromReader(message: BinaryDeviceStopRequest, reader: jspb.BinaryReader): BinaryDeviceStopRequest;
|
|
5596
4303
|
}
|
|
5597
4304
|
|
|
5598
|
-
export namespace
|
|
4305
|
+
export namespace BinaryDeviceStopRequest {
|
|
5599
4306
|
export type AsObject = {
|
|
5600
|
-
|
|
4307
|
+
interfaceId: number,
|
|
4308
|
+
device: number,
|
|
4309
|
+
timeout: number,
|
|
4310
|
+
unit: string,
|
|
5601
4311
|
}
|
|
5602
4312
|
}
|
|
5603
4313
|
|
|
@@ -5679,26 +4389,6 @@ export namespace BinaryDeviceGetSettingRequest {
|
|
|
5679
4389
|
}
|
|
5680
4390
|
}
|
|
5681
4391
|
|
|
5682
|
-
export class BinaryDeviceGetSettingResponse extends jspb.Message {
|
|
5683
|
-
getValue(): number;
|
|
5684
|
-
setValue(value: number): void;
|
|
5685
|
-
|
|
5686
|
-
serializeBinary(): Uint8Array;
|
|
5687
|
-
toObject(includeInstance?: boolean): BinaryDeviceGetSettingResponse.AsObject;
|
|
5688
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceGetSettingResponse): BinaryDeviceGetSettingResponse.AsObject;
|
|
5689
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5690
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5691
|
-
static serializeBinaryToWriter(message: BinaryDeviceGetSettingResponse, writer: jspb.BinaryWriter): void;
|
|
5692
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceGetSettingResponse;
|
|
5693
|
-
static deserializeBinaryFromReader(message: BinaryDeviceGetSettingResponse, reader: jspb.BinaryReader): BinaryDeviceGetSettingResponse;
|
|
5694
|
-
}
|
|
5695
|
-
|
|
5696
|
-
export namespace BinaryDeviceGetSettingResponse {
|
|
5697
|
-
export type AsObject = {
|
|
5698
|
-
value: number,
|
|
5699
|
-
}
|
|
5700
|
-
}
|
|
5701
|
-
|
|
5702
4392
|
export class BinaryDeviceSetSettingRequest extends jspb.Message {
|
|
5703
4393
|
getInterfaceId(): number;
|
|
5704
4394
|
setInterfaceId(value: number): void;
|
|
@@ -5735,50 +4425,6 @@ export namespace BinaryDeviceSetSettingRequest {
|
|
|
5735
4425
|
}
|
|
5736
4426
|
}
|
|
5737
4427
|
|
|
5738
|
-
export class BinaryDeviceParkRequest extends jspb.Message {
|
|
5739
|
-
getInterfaceId(): number;
|
|
5740
|
-
setInterfaceId(value: number): void;
|
|
5741
|
-
|
|
5742
|
-
getDevice(): number;
|
|
5743
|
-
setDevice(value: number): void;
|
|
5744
|
-
|
|
5745
|
-
serializeBinary(): Uint8Array;
|
|
5746
|
-
toObject(includeInstance?: boolean): BinaryDeviceParkRequest.AsObject;
|
|
5747
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceParkRequest): BinaryDeviceParkRequest.AsObject;
|
|
5748
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5749
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5750
|
-
static serializeBinaryToWriter(message: BinaryDeviceParkRequest, writer: jspb.BinaryWriter): void;
|
|
5751
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceParkRequest;
|
|
5752
|
-
static deserializeBinaryFromReader(message: BinaryDeviceParkRequest, reader: jspb.BinaryReader): BinaryDeviceParkRequest;
|
|
5753
|
-
}
|
|
5754
|
-
|
|
5755
|
-
export namespace BinaryDeviceParkRequest {
|
|
5756
|
-
export type AsObject = {
|
|
5757
|
-
interfaceId: number,
|
|
5758
|
-
device: number,
|
|
5759
|
-
}
|
|
5760
|
-
}
|
|
5761
|
-
|
|
5762
|
-
export class BinaryDeviceParkResponse extends jspb.Message {
|
|
5763
|
-
getIsParked(): boolean;
|
|
5764
|
-
setIsParked(value: boolean): void;
|
|
5765
|
-
|
|
5766
|
-
serializeBinary(): Uint8Array;
|
|
5767
|
-
toObject(includeInstance?: boolean): BinaryDeviceParkResponse.AsObject;
|
|
5768
|
-
static toObject(includeInstance: boolean, msg: BinaryDeviceParkResponse): BinaryDeviceParkResponse.AsObject;
|
|
5769
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5770
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5771
|
-
static serializeBinaryToWriter(message: BinaryDeviceParkResponse, writer: jspb.BinaryWriter): void;
|
|
5772
|
-
static deserializeBinary(bytes: Uint8Array): BinaryDeviceParkResponse;
|
|
5773
|
-
static deserializeBinaryFromReader(message: BinaryDeviceParkResponse, reader: jspb.BinaryReader): BinaryDeviceParkResponse;
|
|
5774
|
-
}
|
|
5775
|
-
|
|
5776
|
-
export namespace BinaryDeviceParkResponse {
|
|
5777
|
-
export type AsObject = {
|
|
5778
|
-
isParked: boolean,
|
|
5779
|
-
}
|
|
5780
|
-
}
|
|
5781
|
-
|
|
5782
4428
|
export class CustomInterfaceReadRequest extends jspb.Message {
|
|
5783
4429
|
getTransportId(): number;
|
|
5784
4430
|
setTransportId(value: number): void;
|
|
@@ -5799,26 +4445,6 @@ export namespace CustomInterfaceReadRequest {
|
|
|
5799
4445
|
}
|
|
5800
4446
|
}
|
|
5801
4447
|
|
|
5802
|
-
export class CustomInterfaceReadResponse extends jspb.Message {
|
|
5803
|
-
getMessage(): string;
|
|
5804
|
-
setMessage(value: string): void;
|
|
5805
|
-
|
|
5806
|
-
serializeBinary(): Uint8Array;
|
|
5807
|
-
toObject(includeInstance?: boolean): CustomInterfaceReadResponse.AsObject;
|
|
5808
|
-
static toObject(includeInstance: boolean, msg: CustomInterfaceReadResponse): CustomInterfaceReadResponse.AsObject;
|
|
5809
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5810
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5811
|
-
static serializeBinaryToWriter(message: CustomInterfaceReadResponse, writer: jspb.BinaryWriter): void;
|
|
5812
|
-
static deserializeBinary(bytes: Uint8Array): CustomInterfaceReadResponse;
|
|
5813
|
-
static deserializeBinaryFromReader(message: CustomInterfaceReadResponse, reader: jspb.BinaryReader): CustomInterfaceReadResponse;
|
|
5814
|
-
}
|
|
5815
|
-
|
|
5816
|
-
export namespace CustomInterfaceReadResponse {
|
|
5817
|
-
export type AsObject = {
|
|
5818
|
-
message: string,
|
|
5819
|
-
}
|
|
5820
|
-
}
|
|
5821
|
-
|
|
5822
4448
|
export class CustomInterfaceWriteRequest extends jspb.Message {
|
|
5823
4449
|
getTransportId(): number;
|
|
5824
4450
|
setTransportId(value: number): void;
|
|
@@ -5887,54 +4513,6 @@ export namespace CustomInterfaceCloseRequest {
|
|
|
5887
4513
|
}
|
|
5888
4514
|
}
|
|
5889
4515
|
|
|
5890
|
-
export class GetStateRequest extends jspb.Message {
|
|
5891
|
-
getInterfaceId(): number;
|
|
5892
|
-
setInterfaceId(value: number): void;
|
|
5893
|
-
|
|
5894
|
-
getDevice(): number;
|
|
5895
|
-
setDevice(value: number): void;
|
|
5896
|
-
|
|
5897
|
-
getAxis(): number;
|
|
5898
|
-
setAxis(value: number): void;
|
|
5899
|
-
|
|
5900
|
-
serializeBinary(): Uint8Array;
|
|
5901
|
-
toObject(includeInstance?: boolean): GetStateRequest.AsObject;
|
|
5902
|
-
static toObject(includeInstance: boolean, msg: GetStateRequest): GetStateRequest.AsObject;
|
|
5903
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5904
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5905
|
-
static serializeBinaryToWriter(message: GetStateRequest, writer: jspb.BinaryWriter): void;
|
|
5906
|
-
static deserializeBinary(bytes: Uint8Array): GetStateRequest;
|
|
5907
|
-
static deserializeBinaryFromReader(message: GetStateRequest, reader: jspb.BinaryReader): GetStateRequest;
|
|
5908
|
-
}
|
|
5909
|
-
|
|
5910
|
-
export namespace GetStateRequest {
|
|
5911
|
-
export type AsObject = {
|
|
5912
|
-
interfaceId: number,
|
|
5913
|
-
device: number,
|
|
5914
|
-
axis: number,
|
|
5915
|
-
}
|
|
5916
|
-
}
|
|
5917
|
-
|
|
5918
|
-
export class GetStateResponse extends jspb.Message {
|
|
5919
|
-
getState(): string;
|
|
5920
|
-
setState(value: string): void;
|
|
5921
|
-
|
|
5922
|
-
serializeBinary(): Uint8Array;
|
|
5923
|
-
toObject(includeInstance?: boolean): GetStateResponse.AsObject;
|
|
5924
|
-
static toObject(includeInstance: boolean, msg: GetStateResponse): GetStateResponse.AsObject;
|
|
5925
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5926
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5927
|
-
static serializeBinaryToWriter(message: GetStateResponse, writer: jspb.BinaryWriter): void;
|
|
5928
|
-
static deserializeBinary(bytes: Uint8Array): GetStateResponse;
|
|
5929
|
-
static deserializeBinaryFromReader(message: GetStateResponse, reader: jspb.BinaryReader): GetStateResponse;
|
|
5930
|
-
}
|
|
5931
|
-
|
|
5932
|
-
export namespace GetStateResponse {
|
|
5933
|
-
export type AsObject = {
|
|
5934
|
-
state: string,
|
|
5935
|
-
}
|
|
5936
|
-
}
|
|
5937
|
-
|
|
5938
4516
|
export class CanSetStateRequest extends jspb.Message {
|
|
5939
4517
|
getInterfaceId(): number;
|
|
5940
4518
|
setInterfaceId(value: number): void;
|
|
@@ -5948,9 +4526,6 @@ export class CanSetStateRequest extends jspb.Message {
|
|
|
5948
4526
|
getState(): string;
|
|
5949
4527
|
setState(value: string): void;
|
|
5950
4528
|
|
|
5951
|
-
getDeviceOnly(): boolean;
|
|
5952
|
-
setDeviceOnly(value: boolean): void;
|
|
5953
|
-
|
|
5954
4529
|
serializeBinary(): Uint8Array;
|
|
5955
4530
|
toObject(includeInstance?: boolean): CanSetStateRequest.AsObject;
|
|
5956
4531
|
static toObject(includeInstance: boolean, msg: CanSetStateRequest): CanSetStateRequest.AsObject;
|
|
@@ -5967,7 +4542,6 @@ export namespace CanSetStateRequest {
|
|
|
5967
4542
|
device: number,
|
|
5968
4543
|
axis: number,
|
|
5969
4544
|
state: string,
|
|
5970
|
-
deviceOnly: boolean,
|
|
5971
4545
|
}
|
|
5972
4546
|
}
|
|
5973
4547
|
|
|
@@ -5999,10 +4573,10 @@ export class CanSetStateDeviceResponse extends jspb.Message {
|
|
|
5999
4573
|
getError(): string;
|
|
6000
4574
|
setError(value: string): void;
|
|
6001
4575
|
|
|
6002
|
-
|
|
6003
|
-
|
|
6004
|
-
|
|
6005
|
-
|
|
4576
|
+
clearAxisErrorsList(): void;
|
|
4577
|
+
getAxisErrorsList(): Array<CanSetStateAxisResponse>;
|
|
4578
|
+
setAxisErrorsList(value: Array<CanSetStateAxisResponse>): void;
|
|
4579
|
+
addAxisErrors(value?: CanSetStateAxisResponse, index?: number): CanSetStateAxisResponse;
|
|
6006
4580
|
|
|
6007
4581
|
serializeBinary(): Uint8Array;
|
|
6008
4582
|
toObject(includeInstance?: boolean): CanSetStateDeviceResponse.AsObject;
|
|
@@ -6017,7 +4591,7 @@ export class CanSetStateDeviceResponse extends jspb.Message {
|
|
|
6017
4591
|
export namespace CanSetStateDeviceResponse {
|
|
6018
4592
|
export type AsObject = {
|
|
6019
4593
|
error: string,
|
|
6020
|
-
|
|
4594
|
+
axisErrorsList: Array<CanSetStateAxisResponse.AsObject>,
|
|
6021
4595
|
}
|
|
6022
4596
|
}
|
|
6023
4597
|
|
|
@@ -6177,54 +4751,6 @@ export namespace SetServoTuningRequest {
|
|
|
6177
4751
|
}
|
|
6178
4752
|
}
|
|
6179
4753
|
|
|
6180
|
-
export class GetStartupParamset extends jspb.Message {
|
|
6181
|
-
getInterfaceId(): number;
|
|
6182
|
-
setInterfaceId(value: number): void;
|
|
6183
|
-
|
|
6184
|
-
getDevice(): number;
|
|
6185
|
-
setDevice(value: number): void;
|
|
6186
|
-
|
|
6187
|
-
getAxis(): number;
|
|
6188
|
-
setAxis(value: number): void;
|
|
6189
|
-
|
|
6190
|
-
serializeBinary(): Uint8Array;
|
|
6191
|
-
toObject(includeInstance?: boolean): GetStartupParamset.AsObject;
|
|
6192
|
-
static toObject(includeInstance: boolean, msg: GetStartupParamset): GetStartupParamset.AsObject;
|
|
6193
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6194
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6195
|
-
static serializeBinaryToWriter(message: GetStartupParamset, writer: jspb.BinaryWriter): void;
|
|
6196
|
-
static deserializeBinary(bytes: Uint8Array): GetStartupParamset;
|
|
6197
|
-
static deserializeBinaryFromReader(message: GetStartupParamset, reader: jspb.BinaryReader): GetStartupParamset;
|
|
6198
|
-
}
|
|
6199
|
-
|
|
6200
|
-
export namespace GetStartupParamset {
|
|
6201
|
-
export type AsObject = {
|
|
6202
|
-
interfaceId: number,
|
|
6203
|
-
device: number,
|
|
6204
|
-
axis: number,
|
|
6205
|
-
}
|
|
6206
|
-
}
|
|
6207
|
-
|
|
6208
|
-
export class StartupParamset extends jspb.Message {
|
|
6209
|
-
getParamset(): number;
|
|
6210
|
-
setParamset(value: number): void;
|
|
6211
|
-
|
|
6212
|
-
serializeBinary(): Uint8Array;
|
|
6213
|
-
toObject(includeInstance?: boolean): StartupParamset.AsObject;
|
|
6214
|
-
static toObject(includeInstance: boolean, msg: StartupParamset): StartupParamset.AsObject;
|
|
6215
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6216
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6217
|
-
static serializeBinaryToWriter(message: StartupParamset, writer: jspb.BinaryWriter): void;
|
|
6218
|
-
static deserializeBinary(bytes: Uint8Array): StartupParamset;
|
|
6219
|
-
static deserializeBinaryFromReader(message: StartupParamset, reader: jspb.BinaryReader): StartupParamset;
|
|
6220
|
-
}
|
|
6221
|
-
|
|
6222
|
-
export namespace StartupParamset {
|
|
6223
|
-
export type AsObject = {
|
|
6224
|
-
paramset: number,
|
|
6225
|
-
}
|
|
6226
|
-
}
|
|
6227
|
-
|
|
6228
4754
|
export class LoadParamset extends jspb.Message {
|
|
6229
4755
|
getInterfaceId(): number;
|
|
6230
4756
|
setInterfaceId(value: number): void;
|
|
@@ -6349,34 +4875,6 @@ export namespace PidTuning {
|
|
|
6349
4875
|
}
|
|
6350
4876
|
}
|
|
6351
4877
|
|
|
6352
|
-
export class GetSimpleTuningParamListRequest extends jspb.Message {
|
|
6353
|
-
getInterfaceId(): number;
|
|
6354
|
-
setInterfaceId(value: number): void;
|
|
6355
|
-
|
|
6356
|
-
getDevice(): number;
|
|
6357
|
-
setDevice(value: number): void;
|
|
6358
|
-
|
|
6359
|
-
getAxis(): number;
|
|
6360
|
-
setAxis(value: number): void;
|
|
6361
|
-
|
|
6362
|
-
serializeBinary(): Uint8Array;
|
|
6363
|
-
toObject(includeInstance?: boolean): GetSimpleTuningParamListRequest.AsObject;
|
|
6364
|
-
static toObject(includeInstance: boolean, msg: GetSimpleTuningParamListRequest): GetSimpleTuningParamListRequest.AsObject;
|
|
6365
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6366
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6367
|
-
static serializeBinaryToWriter(message: GetSimpleTuningParamListRequest, writer: jspb.BinaryWriter): void;
|
|
6368
|
-
static deserializeBinary(bytes: Uint8Array): GetSimpleTuningParamListRequest;
|
|
6369
|
-
static deserializeBinaryFromReader(message: GetSimpleTuningParamListRequest, reader: jspb.BinaryReader): GetSimpleTuningParamListRequest;
|
|
6370
|
-
}
|
|
6371
|
-
|
|
6372
|
-
export namespace GetSimpleTuningParamListRequest {
|
|
6373
|
-
export type AsObject = {
|
|
6374
|
-
interfaceId: number,
|
|
6375
|
-
device: number,
|
|
6376
|
-
axis: number,
|
|
6377
|
-
}
|
|
6378
|
-
}
|
|
6379
|
-
|
|
6380
4878
|
export class SetSimpleTuning extends jspb.Message {
|
|
6381
4879
|
getInterfaceId(): number;
|
|
6382
4880
|
setInterfaceId(value: number): void;
|
|
@@ -6423,7 +4921,7 @@ export namespace SetSimpleTuning {
|
|
|
6423
4921
|
}
|
|
6424
4922
|
}
|
|
6425
4923
|
|
|
6426
|
-
export class
|
|
4924
|
+
export class SimpleTuningParamDefinition extends jspb.Message {
|
|
6427
4925
|
getName(): string;
|
|
6428
4926
|
setName(value: string): void;
|
|
6429
4927
|
|
|
@@ -6437,16 +4935,16 @@ export class SimpleTuningParam extends jspb.Message {
|
|
|
6437
4935
|
setDataType(value: string): void;
|
|
6438
4936
|
|
|
6439
4937
|
serializeBinary(): Uint8Array;
|
|
6440
|
-
toObject(includeInstance?: boolean):
|
|
6441
|
-
static toObject(includeInstance: boolean, msg:
|
|
4938
|
+
toObject(includeInstance?: boolean): SimpleTuningParamDefinition.AsObject;
|
|
4939
|
+
static toObject(includeInstance: boolean, msg: SimpleTuningParamDefinition): SimpleTuningParamDefinition.AsObject;
|
|
6442
4940
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6443
4941
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6444
|
-
static serializeBinaryToWriter(message:
|
|
6445
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
6446
|
-
static deserializeBinaryFromReader(message:
|
|
4942
|
+
static serializeBinaryToWriter(message: SimpleTuningParamDefinition, writer: jspb.BinaryWriter): void;
|
|
4943
|
+
static deserializeBinary(bytes: Uint8Array): SimpleTuningParamDefinition;
|
|
4944
|
+
static deserializeBinaryFromReader(message: SimpleTuningParamDefinition, reader: jspb.BinaryReader): SimpleTuningParamDefinition;
|
|
6447
4945
|
}
|
|
6448
4946
|
|
|
6449
|
-
export namespace
|
|
4947
|
+
export namespace SimpleTuningParamDefinition {
|
|
6450
4948
|
export type AsObject = {
|
|
6451
4949
|
name: string,
|
|
6452
4950
|
minLabel: string,
|
|
@@ -6455,45 +4953,25 @@ export namespace SimpleTuningParam {
|
|
|
6455
4953
|
}
|
|
6456
4954
|
}
|
|
6457
4955
|
|
|
6458
|
-
export class
|
|
4956
|
+
export class GetSimpleTuningParamDefinitionResponse extends jspb.Message {
|
|
6459
4957
|
clearParamsList(): void;
|
|
6460
|
-
getParamsList(): Array<
|
|
6461
|
-
setParamsList(value: Array<
|
|
6462
|
-
addParams(value?:
|
|
6463
|
-
|
|
6464
|
-
serializeBinary(): Uint8Array;
|
|
6465
|
-
toObject(includeInstance?: boolean): SimpleTuningParamList.AsObject;
|
|
6466
|
-
static toObject(includeInstance: boolean, msg: SimpleTuningParamList): SimpleTuningParamList.AsObject;
|
|
6467
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6468
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6469
|
-
static serializeBinaryToWriter(message: SimpleTuningParamList, writer: jspb.BinaryWriter): void;
|
|
6470
|
-
static deserializeBinary(bytes: Uint8Array): SimpleTuningParamList;
|
|
6471
|
-
static deserializeBinaryFromReader(message: SimpleTuningParamList, reader: jspb.BinaryReader): SimpleTuningParamList;
|
|
6472
|
-
}
|
|
6473
|
-
|
|
6474
|
-
export namespace SimpleTuningParamList {
|
|
6475
|
-
export type AsObject = {
|
|
6476
|
-
paramsList: Array<SimpleTuningParam.AsObject>,
|
|
6477
|
-
}
|
|
6478
|
-
}
|
|
6479
|
-
|
|
6480
|
-
export class SimpleTuningIsInUse extends jspb.Message {
|
|
6481
|
-
getValue(): boolean;
|
|
6482
|
-
setValue(value: boolean): void;
|
|
4958
|
+
getParamsList(): Array<SimpleTuningParamDefinition>;
|
|
4959
|
+
setParamsList(value: Array<SimpleTuningParamDefinition>): void;
|
|
4960
|
+
addParams(value?: SimpleTuningParamDefinition, index?: number): SimpleTuningParamDefinition;
|
|
6483
4961
|
|
|
6484
4962
|
serializeBinary(): Uint8Array;
|
|
6485
|
-
toObject(includeInstance?: boolean):
|
|
6486
|
-
static toObject(includeInstance: boolean, msg:
|
|
4963
|
+
toObject(includeInstance?: boolean): GetSimpleTuningParamDefinitionResponse.AsObject;
|
|
4964
|
+
static toObject(includeInstance: boolean, msg: GetSimpleTuningParamDefinitionResponse): GetSimpleTuningParamDefinitionResponse.AsObject;
|
|
6487
4965
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6488
4966
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6489
|
-
static serializeBinaryToWriter(message:
|
|
6490
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
6491
|
-
static deserializeBinaryFromReader(message:
|
|
4967
|
+
static serializeBinaryToWriter(message: GetSimpleTuningParamDefinitionResponse, writer: jspb.BinaryWriter): void;
|
|
4968
|
+
static deserializeBinary(bytes: Uint8Array): GetSimpleTuningParamDefinitionResponse;
|
|
4969
|
+
static deserializeBinaryFromReader(message: GetSimpleTuningParamDefinitionResponse, reader: jspb.BinaryReader): GetSimpleTuningParamDefinitionResponse;
|
|
6492
4970
|
}
|
|
6493
4971
|
|
|
6494
|
-
export namespace
|
|
4972
|
+
export namespace GetSimpleTuningParamDefinitionResponse {
|
|
6495
4973
|
export type AsObject = {
|
|
6496
|
-
|
|
4974
|
+
paramsList: Array<SimpleTuningParamDefinition.AsObject>,
|
|
6497
4975
|
}
|
|
6498
4976
|
}
|
|
6499
4977
|
|
|
@@ -6999,26 +5477,6 @@ export namespace TranslatorGetAxisPositionRequest {
|
|
|
6999
5477
|
}
|
|
7000
5478
|
}
|
|
7001
5479
|
|
|
7002
|
-
export class TranslatorGetAxisPositionResponse extends jspb.Message {
|
|
7003
|
-
getValue(): number;
|
|
7004
|
-
setValue(value: number): void;
|
|
7005
|
-
|
|
7006
|
-
serializeBinary(): Uint8Array;
|
|
7007
|
-
toObject(includeInstance?: boolean): TranslatorGetAxisPositionResponse.AsObject;
|
|
7008
|
-
static toObject(includeInstance: boolean, msg: TranslatorGetAxisPositionResponse): TranslatorGetAxisPositionResponse.AsObject;
|
|
7009
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7010
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7011
|
-
static serializeBinaryToWriter(message: TranslatorGetAxisPositionResponse, writer: jspb.BinaryWriter): void;
|
|
7012
|
-
static deserializeBinary(bytes: Uint8Array): TranslatorGetAxisPositionResponse;
|
|
7013
|
-
static deserializeBinaryFromReader(message: TranslatorGetAxisPositionResponse, reader: jspb.BinaryReader): TranslatorGetAxisPositionResponse;
|
|
7014
|
-
}
|
|
7015
|
-
|
|
7016
|
-
export namespace TranslatorGetAxisPositionResponse {
|
|
7017
|
-
export type AsObject = {
|
|
7018
|
-
value: number,
|
|
7019
|
-
}
|
|
7020
|
-
}
|
|
7021
|
-
|
|
7022
5480
|
export class TranslatorGetAxisOffsetRequest extends jspb.Message {
|
|
7023
5481
|
getTranslatorId(): number;
|
|
7024
5482
|
setTranslatorId(value: number): void;
|
|
@@ -7051,26 +5509,6 @@ export namespace TranslatorGetAxisOffsetRequest {
|
|
|
7051
5509
|
}
|
|
7052
5510
|
}
|
|
7053
5511
|
|
|
7054
|
-
export class TranslatorGetCurrentCoordinateSystemResponse extends jspb.Message {
|
|
7055
|
-
getValue(): string;
|
|
7056
|
-
setValue(value: string): void;
|
|
7057
|
-
|
|
7058
|
-
serializeBinary(): Uint8Array;
|
|
7059
|
-
toObject(includeInstance?: boolean): TranslatorGetCurrentCoordinateSystemResponse.AsObject;
|
|
7060
|
-
static toObject(includeInstance: boolean, msg: TranslatorGetCurrentCoordinateSystemResponse): TranslatorGetCurrentCoordinateSystemResponse.AsObject;
|
|
7061
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7062
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7063
|
-
static serializeBinaryToWriter(message: TranslatorGetCurrentCoordinateSystemResponse, writer: jspb.BinaryWriter): void;
|
|
7064
|
-
static deserializeBinary(bytes: Uint8Array): TranslatorGetCurrentCoordinateSystemResponse;
|
|
7065
|
-
static deserializeBinaryFromReader(message: TranslatorGetCurrentCoordinateSystemResponse, reader: jspb.BinaryReader): TranslatorGetCurrentCoordinateSystemResponse;
|
|
7066
|
-
}
|
|
7067
|
-
|
|
7068
|
-
export namespace TranslatorGetCurrentCoordinateSystemResponse {
|
|
7069
|
-
export type AsObject = {
|
|
7070
|
-
value: string,
|
|
7071
|
-
}
|
|
7072
|
-
}
|
|
7073
|
-
|
|
7074
5512
|
export class TranslatorSetFeedRateOverrideRequest extends jspb.Message {
|
|
7075
5513
|
getTranslatorId(): number;
|
|
7076
5514
|
setTranslatorId(value: number): void;
|
|
@@ -7171,26 +5609,6 @@ export namespace DeviceGetStorageRequest {
|
|
|
7171
5609
|
}
|
|
7172
5610
|
}
|
|
7173
5611
|
|
|
7174
|
-
export class DeviceGetStorageResponse extends jspb.Message {
|
|
7175
|
-
getValue(): string;
|
|
7176
|
-
setValue(value: string): void;
|
|
7177
|
-
|
|
7178
|
-
serializeBinary(): Uint8Array;
|
|
7179
|
-
toObject(includeInstance?: boolean): DeviceGetStorageResponse.AsObject;
|
|
7180
|
-
static toObject(includeInstance: boolean, msg: DeviceGetStorageResponse): DeviceGetStorageResponse.AsObject;
|
|
7181
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7182
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7183
|
-
static serializeBinaryToWriter(message: DeviceGetStorageResponse, writer: jspb.BinaryWriter): void;
|
|
7184
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetStorageResponse;
|
|
7185
|
-
static deserializeBinaryFromReader(message: DeviceGetStorageResponse, reader: jspb.BinaryReader): DeviceGetStorageResponse;
|
|
7186
|
-
}
|
|
7187
|
-
|
|
7188
|
-
export namespace DeviceGetStorageResponse {
|
|
7189
|
-
export type AsObject = {
|
|
7190
|
-
value: string,
|
|
7191
|
-
}
|
|
7192
|
-
}
|
|
7193
|
-
|
|
7194
5612
|
export class DeviceSetStorageNumberRequest extends jspb.Message {
|
|
7195
5613
|
getInterfaceId(): number;
|
|
7196
5614
|
setInterfaceId(value: number): void;
|
|
@@ -7227,7 +5645,7 @@ export namespace DeviceSetStorageNumberRequest {
|
|
|
7227
5645
|
}
|
|
7228
5646
|
}
|
|
7229
5647
|
|
|
7230
|
-
export class
|
|
5648
|
+
export class DeviceSetStorageBoolRequest extends jspb.Message {
|
|
7231
5649
|
getInterfaceId(): number;
|
|
7232
5650
|
setInterfaceId(value: number): void;
|
|
7233
5651
|
|
|
@@ -7240,46 +5658,30 @@ export class DeviceGetStorageNumberRequest extends jspb.Message {
|
|
|
7240
5658
|
getKey(): string;
|
|
7241
5659
|
setKey(value: string): void;
|
|
7242
5660
|
|
|
5661
|
+
getValue(): boolean;
|
|
5662
|
+
setValue(value: boolean): void;
|
|
5663
|
+
|
|
7243
5664
|
serializeBinary(): Uint8Array;
|
|
7244
|
-
toObject(includeInstance?: boolean):
|
|
7245
|
-
static toObject(includeInstance: boolean, msg:
|
|
5665
|
+
toObject(includeInstance?: boolean): DeviceSetStorageBoolRequest.AsObject;
|
|
5666
|
+
static toObject(includeInstance: boolean, msg: DeviceSetStorageBoolRequest): DeviceSetStorageBoolRequest.AsObject;
|
|
7246
5667
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7247
5668
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7248
|
-
static serializeBinaryToWriter(message:
|
|
7249
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
7250
|
-
static deserializeBinaryFromReader(message:
|
|
5669
|
+
static serializeBinaryToWriter(message: DeviceSetStorageBoolRequest, writer: jspb.BinaryWriter): void;
|
|
5670
|
+
static deserializeBinary(bytes: Uint8Array): DeviceSetStorageBoolRequest;
|
|
5671
|
+
static deserializeBinaryFromReader(message: DeviceSetStorageBoolRequest, reader: jspb.BinaryReader): DeviceSetStorageBoolRequest;
|
|
7251
5672
|
}
|
|
7252
5673
|
|
|
7253
|
-
export namespace
|
|
5674
|
+
export namespace DeviceSetStorageBoolRequest {
|
|
7254
5675
|
export type AsObject = {
|
|
7255
5676
|
interfaceId: number,
|
|
7256
5677
|
device: number,
|
|
7257
5678
|
axis: number,
|
|
7258
5679
|
key: string,
|
|
5680
|
+
value: boolean,
|
|
7259
5681
|
}
|
|
7260
5682
|
}
|
|
7261
5683
|
|
|
7262
|
-
export class
|
|
7263
|
-
getValue(): number;
|
|
7264
|
-
setValue(value: number): void;
|
|
7265
|
-
|
|
7266
|
-
serializeBinary(): Uint8Array;
|
|
7267
|
-
toObject(includeInstance?: boolean): DeviceGetStorageNumberResponse.AsObject;
|
|
7268
|
-
static toObject(includeInstance: boolean, msg: DeviceGetStorageNumberResponse): DeviceGetStorageNumberResponse.AsObject;
|
|
7269
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7270
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7271
|
-
static serializeBinaryToWriter(message: DeviceGetStorageNumberResponse, writer: jspb.BinaryWriter): void;
|
|
7272
|
-
static deserializeBinary(bytes: Uint8Array): DeviceGetStorageNumberResponse;
|
|
7273
|
-
static deserializeBinaryFromReader(message: DeviceGetStorageNumberResponse, reader: jspb.BinaryReader): DeviceGetStorageNumberResponse;
|
|
7274
|
-
}
|
|
7275
|
-
|
|
7276
|
-
export namespace DeviceGetStorageNumberResponse {
|
|
7277
|
-
export type AsObject = {
|
|
7278
|
-
value: number,
|
|
7279
|
-
}
|
|
7280
|
-
}
|
|
7281
|
-
|
|
7282
|
-
export class DeviceSetStorageBoolRequest extends jspb.Message {
|
|
5684
|
+
export class DeviceStorageRequest extends jspb.Message {
|
|
7283
5685
|
getInterfaceId(): number;
|
|
7284
5686
|
setInterfaceId(value: number): void;
|
|
7285
5687
|
|
|
@@ -7292,30 +5694,26 @@ export class DeviceSetStorageBoolRequest extends jspb.Message {
|
|
|
7292
5694
|
getKey(): string;
|
|
7293
5695
|
setKey(value: string): void;
|
|
7294
5696
|
|
|
7295
|
-
getValue(): boolean;
|
|
7296
|
-
setValue(value: boolean): void;
|
|
7297
|
-
|
|
7298
5697
|
serializeBinary(): Uint8Array;
|
|
7299
|
-
toObject(includeInstance?: boolean):
|
|
7300
|
-
static toObject(includeInstance: boolean, msg:
|
|
5698
|
+
toObject(includeInstance?: boolean): DeviceStorageRequest.AsObject;
|
|
5699
|
+
static toObject(includeInstance: boolean, msg: DeviceStorageRequest): DeviceStorageRequest.AsObject;
|
|
7301
5700
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7302
5701
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7303
|
-
static serializeBinaryToWriter(message:
|
|
7304
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
7305
|
-
static deserializeBinaryFromReader(message:
|
|
5702
|
+
static serializeBinaryToWriter(message: DeviceStorageRequest, writer: jspb.BinaryWriter): void;
|
|
5703
|
+
static deserializeBinary(bytes: Uint8Array): DeviceStorageRequest;
|
|
5704
|
+
static deserializeBinaryFromReader(message: DeviceStorageRequest, reader: jspb.BinaryReader): DeviceStorageRequest;
|
|
7306
5705
|
}
|
|
7307
5706
|
|
|
7308
|
-
export namespace
|
|
5707
|
+
export namespace DeviceStorageRequest {
|
|
7309
5708
|
export type AsObject = {
|
|
7310
5709
|
interfaceId: number,
|
|
7311
5710
|
device: number,
|
|
7312
5711
|
axis: number,
|
|
7313
5712
|
key: string,
|
|
7314
|
-
value: boolean,
|
|
7315
5713
|
}
|
|
7316
5714
|
}
|
|
7317
5715
|
|
|
7318
|
-
export class
|
|
5716
|
+
export class DeviceSetUnitConversionsRequest extends jspb.Message {
|
|
7319
5717
|
getInterfaceId(): number;
|
|
7320
5718
|
setInterfaceId(value: number): void;
|
|
7321
5719
|
|
|
@@ -7328,42 +5726,56 @@ export class DeviceGetStorageBoolRequest extends jspb.Message {
|
|
|
7328
5726
|
getKey(): string;
|
|
7329
5727
|
setKey(value: string): void;
|
|
7330
5728
|
|
|
5729
|
+
clearConversionsList(): void;
|
|
5730
|
+
getConversionsList(): Array<ConversionFactor>;
|
|
5731
|
+
setConversionsList(value: Array<ConversionFactor>): void;
|
|
5732
|
+
addConversions(value?: ConversionFactor, index?: number): ConversionFactor;
|
|
5733
|
+
|
|
7331
5734
|
serializeBinary(): Uint8Array;
|
|
7332
|
-
toObject(includeInstance?: boolean):
|
|
7333
|
-
static toObject(includeInstance: boolean, msg:
|
|
5735
|
+
toObject(includeInstance?: boolean): DeviceSetUnitConversionsRequest.AsObject;
|
|
5736
|
+
static toObject(includeInstance: boolean, msg: DeviceSetUnitConversionsRequest): DeviceSetUnitConversionsRequest.AsObject;
|
|
7334
5737
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7335
5738
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7336
|
-
static serializeBinaryToWriter(message:
|
|
7337
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
7338
|
-
static deserializeBinaryFromReader(message:
|
|
5739
|
+
static serializeBinaryToWriter(message: DeviceSetUnitConversionsRequest, writer: jspb.BinaryWriter): void;
|
|
5740
|
+
static deserializeBinary(bytes: Uint8Array): DeviceSetUnitConversionsRequest;
|
|
5741
|
+
static deserializeBinaryFromReader(message: DeviceSetUnitConversionsRequest, reader: jspb.BinaryReader): DeviceSetUnitConversionsRequest;
|
|
7339
5742
|
}
|
|
7340
5743
|
|
|
7341
|
-
export namespace
|
|
5744
|
+
export namespace DeviceSetUnitConversionsRequest {
|
|
7342
5745
|
export type AsObject = {
|
|
7343
5746
|
interfaceId: number,
|
|
7344
5747
|
device: number,
|
|
7345
5748
|
axis: number,
|
|
7346
5749
|
key: string,
|
|
5750
|
+
conversionsList: Array<ConversionFactor.AsObject>,
|
|
7347
5751
|
}
|
|
7348
5752
|
}
|
|
7349
5753
|
|
|
7350
|
-
export class
|
|
7351
|
-
|
|
7352
|
-
|
|
5754
|
+
export class ConversionFactor extends jspb.Message {
|
|
5755
|
+
getSetting(): string;
|
|
5756
|
+
setSetting(value: string): void;
|
|
5757
|
+
|
|
5758
|
+
getValue(): number;
|
|
5759
|
+
setValue(value: number): void;
|
|
5760
|
+
|
|
5761
|
+
getUnit(): string;
|
|
5762
|
+
setUnit(value: string): void;
|
|
7353
5763
|
|
|
7354
5764
|
serializeBinary(): Uint8Array;
|
|
7355
|
-
toObject(includeInstance?: boolean):
|
|
7356
|
-
static toObject(includeInstance: boolean, msg:
|
|
5765
|
+
toObject(includeInstance?: boolean): ConversionFactor.AsObject;
|
|
5766
|
+
static toObject(includeInstance: boolean, msg: ConversionFactor): ConversionFactor.AsObject;
|
|
7357
5767
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7358
5768
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7359
|
-
static serializeBinaryToWriter(message:
|
|
7360
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
7361
|
-
static deserializeBinaryFromReader(message:
|
|
5769
|
+
static serializeBinaryToWriter(message: ConversionFactor, writer: jspb.BinaryWriter): void;
|
|
5770
|
+
static deserializeBinary(bytes: Uint8Array): ConversionFactor;
|
|
5771
|
+
static deserializeBinaryFromReader(message: ConversionFactor, reader: jspb.BinaryReader): ConversionFactor;
|
|
7362
5772
|
}
|
|
7363
5773
|
|
|
7364
|
-
export namespace
|
|
5774
|
+
export namespace ConversionFactor {
|
|
7365
5775
|
export type AsObject = {
|
|
7366
|
-
|
|
5776
|
+
setting: string,
|
|
5777
|
+
value: number,
|
|
5778
|
+
unit: string,
|
|
7367
5779
|
}
|
|
7368
5780
|
}
|
|
7369
5781
|
|