@lansweeper/discovery-sensor-proto 2.22.0 → 2.22.1
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.
|
@@ -3077,55 +3077,55 @@ export class PointingDevice extends jspb.Message {
|
|
|
3077
3077
|
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3078
3078
|
setCaption(value?: google_protobuf_wrappers_pb.StringValue): PointingDevice;
|
|
3079
3079
|
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3080
|
+
hasDeviceId(): boolean;
|
|
3081
|
+
clearDeviceId(): void;
|
|
3082
|
+
getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3083
|
+
setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): PointingDevice;
|
|
3084
3084
|
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3085
|
+
hasDeviceInterface(): boolean;
|
|
3086
|
+
clearDeviceInterface(): void;
|
|
3087
|
+
getDeviceInterface(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3088
|
+
setDeviceInterface(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3089
3089
|
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3090
|
+
hasDoubleSpeedThreshold(): boolean;
|
|
3091
|
+
clearDoubleSpeedThreshold(): void;
|
|
3092
|
+
getDoubleSpeedThreshold(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3093
|
+
setDoubleSpeedThreshold(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3094
3094
|
|
|
3095
3095
|
hasHandedness(): boolean;
|
|
3096
3096
|
clearHandedness(): void;
|
|
3097
3097
|
getHandedness(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3098
3098
|
setHandedness(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3099
3099
|
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3100
|
+
hasInfFileName(): boolean;
|
|
3101
|
+
clearInfFileName(): void;
|
|
3102
|
+
getInfFileName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3103
|
+
setInfFileName(value?: google_protobuf_wrappers_pb.StringValue): PointingDevice;
|
|
3104
3104
|
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3105
|
+
hasInfSection(): boolean;
|
|
3106
|
+
clearInfSection(): void;
|
|
3107
|
+
getInfSection(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3108
|
+
setInfSection(value?: google_protobuf_wrappers_pb.StringValue): PointingDevice;
|
|
3109
3109
|
|
|
3110
3110
|
hasManufacturer(): boolean;
|
|
3111
3111
|
clearManufacturer(): void;
|
|
3112
3112
|
getManufacturer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3113
3113
|
setManufacturer(value?: google_protobuf_wrappers_pb.StringValue): PointingDevice;
|
|
3114
3114
|
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3115
|
+
hasNumberOfButtons(): boolean;
|
|
3116
|
+
clearNumberOfButtons(): void;
|
|
3117
|
+
getNumberOfButtons(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3118
|
+
setNumberOfButtons(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3119
3119
|
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3120
|
+
hasPointingType(): boolean;
|
|
3121
|
+
clearPointingType(): void;
|
|
3122
|
+
getPointingType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3123
|
+
setPointingType(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3124
3124
|
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3125
|
+
hasQuadSpeedThreshold(): boolean;
|
|
3126
|
+
clearQuadSpeedThreshold(): void;
|
|
3127
|
+
getQuadSpeedThreshold(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3128
|
+
setQuadSpeedThreshold(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3129
3129
|
|
|
3130
3130
|
serializeBinary(): Uint8Array;
|
|
3131
3131
|
toObject(includeInstance?: boolean): PointingDevice.AsObject;
|
|
@@ -3140,16 +3140,16 @@ export class PointingDevice extends jspb.Message {
|
|
|
3140
3140
|
export namespace PointingDevice {
|
|
3141
3141
|
export type AsObject = {
|
|
3142
3142
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3143
|
+
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3144
|
+
deviceInterface?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3145
|
+
doubleSpeedThreshold?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3146
3146
|
handedness?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3147
|
-
|
|
3148
|
-
|
|
3147
|
+
infFileName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3148
|
+
infSection?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3149
3149
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3150
|
+
numberOfButtons?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3151
|
+
pointingType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3152
|
+
quadSpeedThreshold?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3153
3153
|
}
|
|
3154
3154
|
}
|
|
3155
3155
|
|
|
@@ -27908,16 +27908,16 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.toObje
|
|
|
27908
27908
|
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.toObject = function(includeInstance, msg) {
|
|
27909
27909
|
var f, obj = {
|
|
27910
27910
|
caption: (f = msg.getCaption()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
27911
|
-
|
|
27912
|
-
|
|
27913
|
-
|
|
27911
|
+
deviceId: (f = msg.getDeviceId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
27912
|
+
deviceInterface: (f = msg.getDeviceInterface()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
27913
|
+
doubleSpeedThreshold: (f = msg.getDoubleSpeedThreshold()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
27914
27914
|
handedness: (f = msg.getHandedness()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
27915
|
-
|
|
27916
|
-
|
|
27915
|
+
infFileName: (f = msg.getInfFileName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
27916
|
+
infSection: (f = msg.getInfSection()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
27917
27917
|
manufacturer: (f = msg.getManufacturer()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
27918
|
-
|
|
27919
|
-
|
|
27920
|
-
|
|
27918
|
+
numberOfButtons: (f = msg.getNumberOfButtons()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
27919
|
+
pointingType: (f = msg.getPointingType()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
27920
|
+
quadSpeedThreshold: (f = msg.getQuadSpeedThreshold()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f)
|
|
27921
27921
|
};
|
|
27922
27922
|
|
|
27923
27923
|
if (includeInstance) {
|
|
@@ -27962,17 +27962,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.deserializeBinar
|
|
|
27962
27962
|
case 2:
|
|
27963
27963
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
27964
27964
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
27965
|
-
msg.
|
|
27965
|
+
msg.setDeviceId(value);
|
|
27966
27966
|
break;
|
|
27967
27967
|
case 3:
|
|
27968
27968
|
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
27969
27969
|
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
27970
|
-
msg.
|
|
27970
|
+
msg.setDeviceInterface(value);
|
|
27971
27971
|
break;
|
|
27972
27972
|
case 4:
|
|
27973
27973
|
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
27974
27974
|
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
27975
|
-
msg.
|
|
27975
|
+
msg.setDoubleSpeedThreshold(value);
|
|
27976
27976
|
break;
|
|
27977
27977
|
case 5:
|
|
27978
27978
|
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
@@ -27982,12 +27982,12 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.deserializeBinar
|
|
|
27982
27982
|
case 6:
|
|
27983
27983
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
27984
27984
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
27985
|
-
msg.
|
|
27985
|
+
msg.setInfFileName(value);
|
|
27986
27986
|
break;
|
|
27987
27987
|
case 7:
|
|
27988
27988
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
27989
27989
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
27990
|
-
msg.
|
|
27990
|
+
msg.setInfSection(value);
|
|
27991
27991
|
break;
|
|
27992
27992
|
case 8:
|
|
27993
27993
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
@@ -27997,17 +27997,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.deserializeBinar
|
|
|
27997
27997
|
case 9:
|
|
27998
27998
|
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
27999
27999
|
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
28000
|
-
msg.
|
|
28000
|
+
msg.setNumberOfButtons(value);
|
|
28001
28001
|
break;
|
|
28002
28002
|
case 10:
|
|
28003
28003
|
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
28004
28004
|
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
28005
|
-
msg.
|
|
28005
|
+
msg.setPointingType(value);
|
|
28006
28006
|
break;
|
|
28007
28007
|
case 11:
|
|
28008
28008
|
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
28009
28009
|
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
28010
|
-
msg.
|
|
28010
|
+
msg.setQuadSpeedThreshold(value);
|
|
28011
28011
|
break;
|
|
28012
28012
|
default:
|
|
28013
28013
|
reader.skipField();
|
|
@@ -28046,7 +28046,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28046
28046
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
28047
28047
|
);
|
|
28048
28048
|
}
|
|
28049
|
-
f = message.
|
|
28049
|
+
f = message.getDeviceId();
|
|
28050
28050
|
if (f != null) {
|
|
28051
28051
|
writer.writeMessage(
|
|
28052
28052
|
2,
|
|
@@ -28054,7 +28054,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28054
28054
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
28055
28055
|
);
|
|
28056
28056
|
}
|
|
28057
|
-
f = message.
|
|
28057
|
+
f = message.getDeviceInterface();
|
|
28058
28058
|
if (f != null) {
|
|
28059
28059
|
writer.writeMessage(
|
|
28060
28060
|
3,
|
|
@@ -28062,7 +28062,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28062
28062
|
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
28063
28063
|
);
|
|
28064
28064
|
}
|
|
28065
|
-
f = message.
|
|
28065
|
+
f = message.getDoubleSpeedThreshold();
|
|
28066
28066
|
if (f != null) {
|
|
28067
28067
|
writer.writeMessage(
|
|
28068
28068
|
4,
|
|
@@ -28078,7 +28078,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28078
28078
|
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
28079
28079
|
);
|
|
28080
28080
|
}
|
|
28081
|
-
f = message.
|
|
28081
|
+
f = message.getInfFileName();
|
|
28082
28082
|
if (f != null) {
|
|
28083
28083
|
writer.writeMessage(
|
|
28084
28084
|
6,
|
|
@@ -28086,7 +28086,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28086
28086
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
28087
28087
|
);
|
|
28088
28088
|
}
|
|
28089
|
-
f = message.
|
|
28089
|
+
f = message.getInfSection();
|
|
28090
28090
|
if (f != null) {
|
|
28091
28091
|
writer.writeMessage(
|
|
28092
28092
|
7,
|
|
@@ -28102,7 +28102,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28102
28102
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
28103
28103
|
);
|
|
28104
28104
|
}
|
|
28105
|
-
f = message.
|
|
28105
|
+
f = message.getNumberOfButtons();
|
|
28106
28106
|
if (f != null) {
|
|
28107
28107
|
writer.writeMessage(
|
|
28108
28108
|
9,
|
|
@@ -28110,7 +28110,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28110
28110
|
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
28111
28111
|
);
|
|
28112
28112
|
}
|
|
28113
|
-
f = message.
|
|
28113
|
+
f = message.getPointingType();
|
|
28114
28114
|
if (f != null) {
|
|
28115
28115
|
writer.writeMessage(
|
|
28116
28116
|
10,
|
|
@@ -28118,7 +28118,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28118
28118
|
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
28119
28119
|
);
|
|
28120
28120
|
}
|
|
28121
|
-
f = message.
|
|
28121
|
+
f = message.getQuadSpeedThreshold();
|
|
28122
28122
|
if (f != null) {
|
|
28123
28123
|
writer.writeMessage(
|
|
28124
28124
|
11,
|
|
@@ -28130,7 +28130,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.serializeBinaryT
|
|
|
28130
28130
|
|
|
28131
28131
|
|
|
28132
28132
|
/**
|
|
28133
|
-
* optional google.protobuf.StringValue
|
|
28133
|
+
* optional google.protobuf.StringValue caption = 1;
|
|
28134
28134
|
* @return {?proto.google.protobuf.StringValue}
|
|
28135
28135
|
*/
|
|
28136
28136
|
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getCaption = function() {
|
|
@@ -28167,10 +28167,10 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasCap
|
|
|
28167
28167
|
|
|
28168
28168
|
|
|
28169
28169
|
/**
|
|
28170
|
-
* optional google.protobuf.StringValue
|
|
28170
|
+
* optional google.protobuf.StringValue device_id = 2;
|
|
28171
28171
|
* @return {?proto.google.protobuf.StringValue}
|
|
28172
28172
|
*/
|
|
28173
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28173
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getDeviceId = function() {
|
|
28174
28174
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
28175
28175
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
28176
28176
|
};
|
|
@@ -28180,7 +28180,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getDev
|
|
|
28180
28180
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
28181
28181
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28182
28182
|
*/
|
|
28183
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28183
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setDeviceId = function(value) {
|
|
28184
28184
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
28185
28185
|
};
|
|
28186
28186
|
|
|
@@ -28189,8 +28189,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setDev
|
|
|
28189
28189
|
* Clears the message field making it undefined.
|
|
28190
28190
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28191
28191
|
*/
|
|
28192
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28193
|
-
return this.
|
|
28192
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearDeviceId = function() {
|
|
28193
|
+
return this.setDeviceId(undefined);
|
|
28194
28194
|
};
|
|
28195
28195
|
|
|
28196
28196
|
|
|
@@ -28198,16 +28198,16 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearD
|
|
|
28198
28198
|
* Returns whether this field is set.
|
|
28199
28199
|
* @return {boolean}
|
|
28200
28200
|
*/
|
|
28201
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28201
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasDeviceId = function() {
|
|
28202
28202
|
return jspb.Message.getField(this, 2) != null;
|
|
28203
28203
|
};
|
|
28204
28204
|
|
|
28205
28205
|
|
|
28206
28206
|
/**
|
|
28207
|
-
* optional google.protobuf.UInt32Value
|
|
28207
|
+
* optional google.protobuf.UInt32Value device_interface = 3;
|
|
28208
28208
|
* @return {?proto.google.protobuf.UInt32Value}
|
|
28209
28209
|
*/
|
|
28210
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28210
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getDeviceInterface = function() {
|
|
28211
28211
|
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
28212
28212
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 3));
|
|
28213
28213
|
};
|
|
@@ -28217,7 +28217,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getDev
|
|
|
28217
28217
|
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
28218
28218
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28219
28219
|
*/
|
|
28220
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28220
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setDeviceInterface = function(value) {
|
|
28221
28221
|
return jspb.Message.setWrapperField(this, 3, value);
|
|
28222
28222
|
};
|
|
28223
28223
|
|
|
@@ -28226,8 +28226,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setDev
|
|
|
28226
28226
|
* Clears the message field making it undefined.
|
|
28227
28227
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28228
28228
|
*/
|
|
28229
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28230
|
-
return this.
|
|
28229
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearDeviceInterface = function() {
|
|
28230
|
+
return this.setDeviceInterface(undefined);
|
|
28231
28231
|
};
|
|
28232
28232
|
|
|
28233
28233
|
|
|
@@ -28235,16 +28235,16 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearD
|
|
|
28235
28235
|
* Returns whether this field is set.
|
|
28236
28236
|
* @return {boolean}
|
|
28237
28237
|
*/
|
|
28238
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28238
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasDeviceInterface = function() {
|
|
28239
28239
|
return jspb.Message.getField(this, 3) != null;
|
|
28240
28240
|
};
|
|
28241
28241
|
|
|
28242
28242
|
|
|
28243
28243
|
/**
|
|
28244
|
-
* optional google.protobuf.UInt32Value
|
|
28244
|
+
* optional google.protobuf.UInt32Value double_speed_threshold = 4;
|
|
28245
28245
|
* @return {?proto.google.protobuf.UInt32Value}
|
|
28246
28246
|
*/
|
|
28247
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28247
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getDoubleSpeedThreshold = function() {
|
|
28248
28248
|
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
28249
28249
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 4));
|
|
28250
28250
|
};
|
|
@@ -28254,7 +28254,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getDou
|
|
|
28254
28254
|
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
28255
28255
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28256
28256
|
*/
|
|
28257
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28257
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setDoubleSpeedThreshold = function(value) {
|
|
28258
28258
|
return jspb.Message.setWrapperField(this, 4, value);
|
|
28259
28259
|
};
|
|
28260
28260
|
|
|
@@ -28263,8 +28263,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setDou
|
|
|
28263
28263
|
* Clears the message field making it undefined.
|
|
28264
28264
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28265
28265
|
*/
|
|
28266
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28267
|
-
return this.
|
|
28266
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearDoubleSpeedThreshold = function() {
|
|
28267
|
+
return this.setDoubleSpeedThreshold(undefined);
|
|
28268
28268
|
};
|
|
28269
28269
|
|
|
28270
28270
|
|
|
@@ -28272,13 +28272,13 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearD
|
|
|
28272
28272
|
* Returns whether this field is set.
|
|
28273
28273
|
* @return {boolean}
|
|
28274
28274
|
*/
|
|
28275
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28275
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasDoubleSpeedThreshold = function() {
|
|
28276
28276
|
return jspb.Message.getField(this, 4) != null;
|
|
28277
28277
|
};
|
|
28278
28278
|
|
|
28279
28279
|
|
|
28280
28280
|
/**
|
|
28281
|
-
* optional google.protobuf.UInt32Value
|
|
28281
|
+
* optional google.protobuf.UInt32Value handedness = 5;
|
|
28282
28282
|
* @return {?proto.google.protobuf.UInt32Value}
|
|
28283
28283
|
*/
|
|
28284
28284
|
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getHandedness = function() {
|
|
@@ -28315,10 +28315,10 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasHan
|
|
|
28315
28315
|
|
|
28316
28316
|
|
|
28317
28317
|
/**
|
|
28318
|
-
* optional google.protobuf.StringValue
|
|
28318
|
+
* optional google.protobuf.StringValue inf_file_name = 6;
|
|
28319
28319
|
* @return {?proto.google.protobuf.StringValue}
|
|
28320
28320
|
*/
|
|
28321
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28321
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getInfFileName = function() {
|
|
28322
28322
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
28323
28323
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
|
|
28324
28324
|
};
|
|
@@ -28328,7 +28328,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getInf
|
|
|
28328
28328
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
28329
28329
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28330
28330
|
*/
|
|
28331
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28331
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setInfFileName = function(value) {
|
|
28332
28332
|
return jspb.Message.setWrapperField(this, 6, value);
|
|
28333
28333
|
};
|
|
28334
28334
|
|
|
@@ -28337,8 +28337,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setInf
|
|
|
28337
28337
|
* Clears the message field making it undefined.
|
|
28338
28338
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28339
28339
|
*/
|
|
28340
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28341
|
-
return this.
|
|
28340
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearInfFileName = function() {
|
|
28341
|
+
return this.setInfFileName(undefined);
|
|
28342
28342
|
};
|
|
28343
28343
|
|
|
28344
28344
|
|
|
@@ -28346,16 +28346,16 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearI
|
|
|
28346
28346
|
* Returns whether this field is set.
|
|
28347
28347
|
* @return {boolean}
|
|
28348
28348
|
*/
|
|
28349
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28349
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasInfFileName = function() {
|
|
28350
28350
|
return jspb.Message.getField(this, 6) != null;
|
|
28351
28351
|
};
|
|
28352
28352
|
|
|
28353
28353
|
|
|
28354
28354
|
/**
|
|
28355
|
-
* optional google.protobuf.StringValue
|
|
28355
|
+
* optional google.protobuf.StringValue inf_section = 7;
|
|
28356
28356
|
* @return {?proto.google.protobuf.StringValue}
|
|
28357
28357
|
*/
|
|
28358
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28358
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getInfSection = function() {
|
|
28359
28359
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
28360
28360
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
28361
28361
|
};
|
|
@@ -28365,7 +28365,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getInf
|
|
|
28365
28365
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
28366
28366
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28367
28367
|
*/
|
|
28368
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28368
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setInfSection = function(value) {
|
|
28369
28369
|
return jspb.Message.setWrapperField(this, 7, value);
|
|
28370
28370
|
};
|
|
28371
28371
|
|
|
@@ -28374,8 +28374,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setInf
|
|
|
28374
28374
|
* Clears the message field making it undefined.
|
|
28375
28375
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28376
28376
|
*/
|
|
28377
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28378
|
-
return this.
|
|
28377
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearInfSection = function() {
|
|
28378
|
+
return this.setInfSection(undefined);
|
|
28379
28379
|
};
|
|
28380
28380
|
|
|
28381
28381
|
|
|
@@ -28383,13 +28383,13 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearI
|
|
|
28383
28383
|
* Returns whether this field is set.
|
|
28384
28384
|
* @return {boolean}
|
|
28385
28385
|
*/
|
|
28386
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28386
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasInfSection = function() {
|
|
28387
28387
|
return jspb.Message.getField(this, 7) != null;
|
|
28388
28388
|
};
|
|
28389
28389
|
|
|
28390
28390
|
|
|
28391
28391
|
/**
|
|
28392
|
-
* optional google.protobuf.StringValue
|
|
28392
|
+
* optional google.protobuf.StringValue manufacturer = 8;
|
|
28393
28393
|
* @return {?proto.google.protobuf.StringValue}
|
|
28394
28394
|
*/
|
|
28395
28395
|
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getManufacturer = function() {
|
|
@@ -28426,10 +28426,10 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasMan
|
|
|
28426
28426
|
|
|
28427
28427
|
|
|
28428
28428
|
/**
|
|
28429
|
-
* optional google.protobuf.UInt32Value
|
|
28429
|
+
* optional google.protobuf.UInt32Value number_of_buttons = 9;
|
|
28430
28430
|
* @return {?proto.google.protobuf.UInt32Value}
|
|
28431
28431
|
*/
|
|
28432
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28432
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getNumberOfButtons = function() {
|
|
28433
28433
|
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
28434
28434
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 9));
|
|
28435
28435
|
};
|
|
@@ -28439,7 +28439,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getNum
|
|
|
28439
28439
|
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
28440
28440
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28441
28441
|
*/
|
|
28442
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28442
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setNumberOfButtons = function(value) {
|
|
28443
28443
|
return jspb.Message.setWrapperField(this, 9, value);
|
|
28444
28444
|
};
|
|
28445
28445
|
|
|
@@ -28448,8 +28448,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setNum
|
|
|
28448
28448
|
* Clears the message field making it undefined.
|
|
28449
28449
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28450
28450
|
*/
|
|
28451
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28452
|
-
return this.
|
|
28451
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearNumberOfButtons = function() {
|
|
28452
|
+
return this.setNumberOfButtons(undefined);
|
|
28453
28453
|
};
|
|
28454
28454
|
|
|
28455
28455
|
|
|
@@ -28457,16 +28457,16 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearN
|
|
|
28457
28457
|
* Returns whether this field is set.
|
|
28458
28458
|
* @return {boolean}
|
|
28459
28459
|
*/
|
|
28460
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28460
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasNumberOfButtons = function() {
|
|
28461
28461
|
return jspb.Message.getField(this, 9) != null;
|
|
28462
28462
|
};
|
|
28463
28463
|
|
|
28464
28464
|
|
|
28465
28465
|
/**
|
|
28466
|
-
* optional google.protobuf.UInt32Value
|
|
28466
|
+
* optional google.protobuf.UInt32Value pointing_type = 10;
|
|
28467
28467
|
* @return {?proto.google.protobuf.UInt32Value}
|
|
28468
28468
|
*/
|
|
28469
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28469
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getPointingType = function() {
|
|
28470
28470
|
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
28471
28471
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 10));
|
|
28472
28472
|
};
|
|
@@ -28476,7 +28476,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getPoi
|
|
|
28476
28476
|
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
28477
28477
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28478
28478
|
*/
|
|
28479
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28479
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setPointingType = function(value) {
|
|
28480
28480
|
return jspb.Message.setWrapperField(this, 10, value);
|
|
28481
28481
|
};
|
|
28482
28482
|
|
|
@@ -28485,8 +28485,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setPoi
|
|
|
28485
28485
|
* Clears the message field making it undefined.
|
|
28486
28486
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28487
28487
|
*/
|
|
28488
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28489
|
-
return this.
|
|
28488
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearPointingType = function() {
|
|
28489
|
+
return this.setPointingType(undefined);
|
|
28490
28490
|
};
|
|
28491
28491
|
|
|
28492
28492
|
|
|
@@ -28494,16 +28494,16 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearP
|
|
|
28494
28494
|
* Returns whether this field is set.
|
|
28495
28495
|
* @return {boolean}
|
|
28496
28496
|
*/
|
|
28497
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28497
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasPointingType = function() {
|
|
28498
28498
|
return jspb.Message.getField(this, 10) != null;
|
|
28499
28499
|
};
|
|
28500
28500
|
|
|
28501
28501
|
|
|
28502
28502
|
/**
|
|
28503
|
-
* optional google.protobuf.UInt32Value
|
|
28503
|
+
* optional google.protobuf.UInt32Value quad_speed_threshold = 11;
|
|
28504
28504
|
* @return {?proto.google.protobuf.UInt32Value}
|
|
28505
28505
|
*/
|
|
28506
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28506
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getQuadSpeedThreshold = function() {
|
|
28507
28507
|
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
28508
28508
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 11));
|
|
28509
28509
|
};
|
|
@@ -28513,7 +28513,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.getQua
|
|
|
28513
28513
|
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
28514
28514
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28515
28515
|
*/
|
|
28516
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28516
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setQuadSpeedThreshold = function(value) {
|
|
28517
28517
|
return jspb.Message.setWrapperField(this, 11, value);
|
|
28518
28518
|
};
|
|
28519
28519
|
|
|
@@ -28522,8 +28522,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.setQua
|
|
|
28522
28522
|
* Clears the message field making it undefined.
|
|
28523
28523
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice} returns this
|
|
28524
28524
|
*/
|
|
28525
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28526
|
-
return this.
|
|
28525
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearQuadSpeedThreshold = function() {
|
|
28526
|
+
return this.setQuadSpeedThreshold(undefined);
|
|
28527
28527
|
};
|
|
28528
28528
|
|
|
28529
28529
|
|
|
@@ -28531,7 +28531,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.clearQ
|
|
|
28531
28531
|
* Returns whether this field is set.
|
|
28532
28532
|
* @return {boolean}
|
|
28533
28533
|
*/
|
|
28534
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.
|
|
28534
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PointingDevice.prototype.hasQuadSpeedThreshold = function() {
|
|
28535
28535
|
return jspb.Message.getField(this, 11) != null;
|
|
28536
28536
|
};
|
|
28537
28537
|
|