@lansweeper/discovery-sensor-proto 2.52.0 → 2.53.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.
|
@@ -4414,3 +4414,294 @@ export namespace ThunderboltPort {
|
|
|
4414
4414
|
receptacleStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4415
4415
|
}
|
|
4416
4416
|
}
|
|
4417
|
+
|
|
4418
|
+
export class MacWiFi extends jspb.Message {
|
|
4419
|
+
clearEntriesList(): void;
|
|
4420
|
+
getEntriesList(): Array<WiFiController>;
|
|
4421
|
+
setEntriesList(value: Array<WiFiController>): MacWiFi;
|
|
4422
|
+
addEntries(value?: WiFiController, index?: number): WiFiController;
|
|
4423
|
+
|
|
4424
|
+
serializeBinary(): Uint8Array;
|
|
4425
|
+
toObject(includeInstance?: boolean): MacWiFi.AsObject;
|
|
4426
|
+
static toObject(includeInstance: boolean, msg: MacWiFi): MacWiFi.AsObject;
|
|
4427
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4428
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4429
|
+
static serializeBinaryToWriter(message: MacWiFi, writer: jspb.BinaryWriter): void;
|
|
4430
|
+
static deserializeBinary(bytes: Uint8Array): MacWiFi;
|
|
4431
|
+
static deserializeBinaryFromReader(message: MacWiFi, reader: jspb.BinaryReader): MacWiFi;
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
export namespace MacWiFi {
|
|
4435
|
+
export type AsObject = {
|
|
4436
|
+
entriesList: Array<WiFiController.AsObject>,
|
|
4437
|
+
}
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4440
|
+
export class WiFiController extends jspb.Message {
|
|
4441
|
+
clearAirportInterfacesList(): void;
|
|
4442
|
+
getAirportInterfacesList(): Array<WiFiInterface>;
|
|
4443
|
+
setAirportInterfacesList(value: Array<WiFiInterface>): WiFiController;
|
|
4444
|
+
addAirportInterfaces(value?: WiFiInterface, index?: number): WiFiInterface;
|
|
4445
|
+
|
|
4446
|
+
hasSoftwareInformation(): boolean;
|
|
4447
|
+
clearSoftwareInformation(): void;
|
|
4448
|
+
getSoftwareInformation(): WiFiSoftware | undefined;
|
|
4449
|
+
setSoftwareInformation(value?: WiFiSoftware): WiFiController;
|
|
4450
|
+
|
|
4451
|
+
serializeBinary(): Uint8Array;
|
|
4452
|
+
toObject(includeInstance?: boolean): WiFiController.AsObject;
|
|
4453
|
+
static toObject(includeInstance: boolean, msg: WiFiController): WiFiController.AsObject;
|
|
4454
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4455
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4456
|
+
static serializeBinaryToWriter(message: WiFiController, writer: jspb.BinaryWriter): void;
|
|
4457
|
+
static deserializeBinary(bytes: Uint8Array): WiFiController;
|
|
4458
|
+
static deserializeBinaryFromReader(message: WiFiController, reader: jspb.BinaryReader): WiFiController;
|
|
4459
|
+
}
|
|
4460
|
+
|
|
4461
|
+
export namespace WiFiController {
|
|
4462
|
+
export type AsObject = {
|
|
4463
|
+
airportInterfacesList: Array<WiFiInterface.AsObject>,
|
|
4464
|
+
softwareInformation?: WiFiSoftware.AsObject,
|
|
4465
|
+
}
|
|
4466
|
+
}
|
|
4467
|
+
|
|
4468
|
+
export class WiFiInterface extends jspb.Message {
|
|
4469
|
+
|
|
4470
|
+
hasName(): boolean;
|
|
4471
|
+
clearName(): void;
|
|
4472
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4473
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4474
|
+
|
|
4475
|
+
hasAirdropChannel(): boolean;
|
|
4476
|
+
clearAirdropChannel(): void;
|
|
4477
|
+
getAirdropChannel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4478
|
+
setAirdropChannel(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4479
|
+
|
|
4480
|
+
hasAirdropSupported(): boolean;
|
|
4481
|
+
clearAirdropSupported(): void;
|
|
4482
|
+
getAirdropSupported(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4483
|
+
setAirdropSupported(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4484
|
+
|
|
4485
|
+
hasAutoUnlockSupported(): boolean;
|
|
4486
|
+
clearAutoUnlockSupported(): void;
|
|
4487
|
+
getAutoUnlockSupported(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4488
|
+
setAutoUnlockSupported(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4489
|
+
|
|
4490
|
+
hasCardType(): boolean;
|
|
4491
|
+
clearCardType(): void;
|
|
4492
|
+
getCardType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4493
|
+
setCardType(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4494
|
+
|
|
4495
|
+
hasCountryCode(): boolean;
|
|
4496
|
+
clearCountryCode(): void;
|
|
4497
|
+
getCountryCode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4498
|
+
setCountryCode(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4499
|
+
|
|
4500
|
+
hasFirmwareVersion(): boolean;
|
|
4501
|
+
clearFirmwareVersion(): void;
|
|
4502
|
+
getFirmwareVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4503
|
+
setFirmwareVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4504
|
+
|
|
4505
|
+
hasLocale(): boolean;
|
|
4506
|
+
clearLocale(): void;
|
|
4507
|
+
getLocale(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4508
|
+
setLocale(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4509
|
+
|
|
4510
|
+
hasMacAddress(): boolean;
|
|
4511
|
+
clearMacAddress(): void;
|
|
4512
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4513
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4514
|
+
|
|
4515
|
+
hasStatusInformation(): boolean;
|
|
4516
|
+
clearStatusInformation(): void;
|
|
4517
|
+
getStatusInformation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4518
|
+
setStatusInformation(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4519
|
+
clearSupportedChannelsList(): void;
|
|
4520
|
+
getSupportedChannelsList(): Array<string>;
|
|
4521
|
+
setSupportedChannelsList(value: Array<string>): WiFiInterface;
|
|
4522
|
+
addSupportedChannels(value: string, index?: number): string;
|
|
4523
|
+
|
|
4524
|
+
hasSupportedPhyModes(): boolean;
|
|
4525
|
+
clearSupportedPhyModes(): void;
|
|
4526
|
+
getSupportedPhyModes(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4527
|
+
setSupportedPhyModes(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4528
|
+
|
|
4529
|
+
hasWakeOnWirelessSupported(): boolean;
|
|
4530
|
+
clearWakeOnWirelessSupported(): void;
|
|
4531
|
+
getWakeOnWirelessSupported(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4532
|
+
setWakeOnWirelessSupported(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4533
|
+
|
|
4534
|
+
hasCurrentNetwork(): boolean;
|
|
4535
|
+
clearCurrentNetwork(): void;
|
|
4536
|
+
getCurrentNetwork(): WiFiNetwork | undefined;
|
|
4537
|
+
setCurrentNetwork(value?: WiFiNetwork): WiFiInterface;
|
|
4538
|
+
clearOtherLocalNetworksList(): void;
|
|
4539
|
+
getOtherLocalNetworksList(): Array<WiFiNetwork>;
|
|
4540
|
+
setOtherLocalNetworksList(value: Array<WiFiNetwork>): WiFiInterface;
|
|
4541
|
+
addOtherLocalNetworks(value?: WiFiNetwork, index?: number): WiFiNetwork;
|
|
4542
|
+
|
|
4543
|
+
serializeBinary(): Uint8Array;
|
|
4544
|
+
toObject(includeInstance?: boolean): WiFiInterface.AsObject;
|
|
4545
|
+
static toObject(includeInstance: boolean, msg: WiFiInterface): WiFiInterface.AsObject;
|
|
4546
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4547
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4548
|
+
static serializeBinaryToWriter(message: WiFiInterface, writer: jspb.BinaryWriter): void;
|
|
4549
|
+
static deserializeBinary(bytes: Uint8Array): WiFiInterface;
|
|
4550
|
+
static deserializeBinaryFromReader(message: WiFiInterface, reader: jspb.BinaryReader): WiFiInterface;
|
|
4551
|
+
}
|
|
4552
|
+
|
|
4553
|
+
export namespace WiFiInterface {
|
|
4554
|
+
export type AsObject = {
|
|
4555
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4556
|
+
airdropChannel?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4557
|
+
airdropSupported?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4558
|
+
autoUnlockSupported?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4559
|
+
cardType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4560
|
+
countryCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4561
|
+
firmwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4562
|
+
locale?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4563
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4564
|
+
statusInformation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4565
|
+
supportedChannelsList: Array<string>,
|
|
4566
|
+
supportedPhyModes?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4567
|
+
wakeOnWirelessSupported?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4568
|
+
currentNetwork?: WiFiNetwork.AsObject,
|
|
4569
|
+
otherLocalNetworksList: Array<WiFiNetwork.AsObject>,
|
|
4570
|
+
}
|
|
4571
|
+
}
|
|
4572
|
+
|
|
4573
|
+
export class WiFiNetwork extends jspb.Message {
|
|
4574
|
+
|
|
4575
|
+
hasName(): boolean;
|
|
4576
|
+
clearName(): void;
|
|
4577
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4578
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4579
|
+
|
|
4580
|
+
hasNetworkBssid(): boolean;
|
|
4581
|
+
clearNetworkBssid(): void;
|
|
4582
|
+
getNetworkBssid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4583
|
+
setNetworkBssid(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4584
|
+
|
|
4585
|
+
hasNetworkChannel(): boolean;
|
|
4586
|
+
clearNetworkChannel(): void;
|
|
4587
|
+
getNetworkChannel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4588
|
+
setNetworkChannel(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4589
|
+
|
|
4590
|
+
hasNetworkCountryCode(): boolean;
|
|
4591
|
+
clearNetworkCountryCode(): void;
|
|
4592
|
+
getNetworkCountryCode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4593
|
+
setNetworkCountryCode(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4594
|
+
|
|
4595
|
+
hasNetworkMcsIndex(): boolean;
|
|
4596
|
+
clearNetworkMcsIndex(): void;
|
|
4597
|
+
getNetworkMcsIndex(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4598
|
+
setNetworkMcsIndex(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4599
|
+
|
|
4600
|
+
hasNetworkPhyMode(): boolean;
|
|
4601
|
+
clearNetworkPhyMode(): void;
|
|
4602
|
+
getNetworkPhyMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4603
|
+
setNetworkPhyMode(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4604
|
+
|
|
4605
|
+
hasNetworkTransmitRate(): boolean;
|
|
4606
|
+
clearNetworkTransmitRate(): void;
|
|
4607
|
+
getNetworkTransmitRate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4608
|
+
setNetworkTransmitRate(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4609
|
+
|
|
4610
|
+
hasNetworkType(): boolean;
|
|
4611
|
+
clearNetworkType(): void;
|
|
4612
|
+
getNetworkType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4613
|
+
setNetworkType(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4614
|
+
|
|
4615
|
+
hasSecurityMode(): boolean;
|
|
4616
|
+
clearSecurityMode(): void;
|
|
4617
|
+
getSecurityMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4618
|
+
setSecurityMode(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4619
|
+
|
|
4620
|
+
hasSignalNoise(): boolean;
|
|
4621
|
+
clearSignalNoise(): void;
|
|
4622
|
+
getSignalNoise(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4623
|
+
setSignalNoise(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4624
|
+
|
|
4625
|
+
serializeBinary(): Uint8Array;
|
|
4626
|
+
toObject(includeInstance?: boolean): WiFiNetwork.AsObject;
|
|
4627
|
+
static toObject(includeInstance: boolean, msg: WiFiNetwork): WiFiNetwork.AsObject;
|
|
4628
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4629
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4630
|
+
static serializeBinaryToWriter(message: WiFiNetwork, writer: jspb.BinaryWriter): void;
|
|
4631
|
+
static deserializeBinary(bytes: Uint8Array): WiFiNetwork;
|
|
4632
|
+
static deserializeBinaryFromReader(message: WiFiNetwork, reader: jspb.BinaryReader): WiFiNetwork;
|
|
4633
|
+
}
|
|
4634
|
+
|
|
4635
|
+
export namespace WiFiNetwork {
|
|
4636
|
+
export type AsObject = {
|
|
4637
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4638
|
+
networkBssid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4639
|
+
networkChannel?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4640
|
+
networkCountryCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4641
|
+
networkMcsIndex?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4642
|
+
networkPhyMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4643
|
+
networkTransmitRate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4644
|
+
networkType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4645
|
+
securityMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4646
|
+
signalNoise?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4647
|
+
}
|
|
4648
|
+
}
|
|
4649
|
+
|
|
4650
|
+
export class WiFiSoftware extends jspb.Message {
|
|
4651
|
+
|
|
4652
|
+
hasAirportUtilityVersion(): boolean;
|
|
4653
|
+
clearAirportUtilityVersion(): void;
|
|
4654
|
+
getAirportUtilityVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4655
|
+
setAirportUtilityVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4656
|
+
|
|
4657
|
+
hasCoreWlanVersion(): boolean;
|
|
4658
|
+
clearCoreWlanVersion(): void;
|
|
4659
|
+
getCoreWlanVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4660
|
+
setCoreWlanVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4661
|
+
|
|
4662
|
+
hasCoreWlanKitVersion(): boolean;
|
|
4663
|
+
clearCoreWlanKitVersion(): void;
|
|
4664
|
+
getCoreWlanKitVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4665
|
+
setCoreWlanKitVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4666
|
+
|
|
4667
|
+
hasDiagnosticsVersion(): boolean;
|
|
4668
|
+
clearDiagnosticsVersion(): void;
|
|
4669
|
+
getDiagnosticsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4670
|
+
setDiagnosticsVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4671
|
+
|
|
4672
|
+
hasIo80211FamilyVersion(): boolean;
|
|
4673
|
+
clearIo80211FamilyVersion(): void;
|
|
4674
|
+
getIo80211FamilyVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4675
|
+
setIo80211FamilyVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4676
|
+
|
|
4677
|
+
hasMenuExtraVersion(): boolean;
|
|
4678
|
+
clearMenuExtraVersion(): void;
|
|
4679
|
+
getMenuExtraVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4680
|
+
setMenuExtraVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4681
|
+
|
|
4682
|
+
hasSystemInformationVersion(): boolean;
|
|
4683
|
+
clearSystemInformationVersion(): void;
|
|
4684
|
+
getSystemInformationVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4685
|
+
setSystemInformationVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4686
|
+
|
|
4687
|
+
serializeBinary(): Uint8Array;
|
|
4688
|
+
toObject(includeInstance?: boolean): WiFiSoftware.AsObject;
|
|
4689
|
+
static toObject(includeInstance: boolean, msg: WiFiSoftware): WiFiSoftware.AsObject;
|
|
4690
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4691
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4692
|
+
static serializeBinaryToWriter(message: WiFiSoftware, writer: jspb.BinaryWriter): void;
|
|
4693
|
+
static deserializeBinary(bytes: Uint8Array): WiFiSoftware;
|
|
4694
|
+
static deserializeBinaryFromReader(message: WiFiSoftware, reader: jspb.BinaryReader): WiFiSoftware;
|
|
4695
|
+
}
|
|
4696
|
+
|
|
4697
|
+
export namespace WiFiSoftware {
|
|
4698
|
+
export type AsObject = {
|
|
4699
|
+
airportUtilityVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4700
|
+
coreWlanVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4701
|
+
coreWlanKitVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4702
|
+
diagnosticsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4703
|
+
io80211FamilyVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4704
|
+
menuExtraVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4705
|
+
systemInformationVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4706
|
+
}
|
|
4707
|
+
}
|