@lansweeper/discovery-sensor-proto 2.23.0 → 2.24.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.
|
@@ -1849,3 +1849,108 @@ export namespace Modem {
|
|
|
1849
1849
|
modulation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1850
1850
|
}
|
|
1851
1851
|
}
|
|
1852
|
+
|
|
1853
|
+
export class MacDiscBurning extends jspb.Message {
|
|
1854
|
+
clearEntriesList(): void;
|
|
1855
|
+
getEntriesList(): Array<DiscBurning>;
|
|
1856
|
+
setEntriesList(value: Array<DiscBurning>): MacDiscBurning;
|
|
1857
|
+
addEntries(value?: DiscBurning, index?: number): DiscBurning;
|
|
1858
|
+
|
|
1859
|
+
serializeBinary(): Uint8Array;
|
|
1860
|
+
toObject(includeInstance?: boolean): MacDiscBurning.AsObject;
|
|
1861
|
+
static toObject(includeInstance: boolean, msg: MacDiscBurning): MacDiscBurning.AsObject;
|
|
1862
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1863
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1864
|
+
static serializeBinaryToWriter(message: MacDiscBurning, writer: jspb.BinaryWriter): void;
|
|
1865
|
+
static deserializeBinary(bytes: Uint8Array): MacDiscBurning;
|
|
1866
|
+
static deserializeBinaryFromReader(message: MacDiscBurning, reader: jspb.BinaryReader): MacDiscBurning;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
export namespace MacDiscBurning {
|
|
1870
|
+
export type AsObject = {
|
|
1871
|
+
entriesList: Array<DiscBurning.AsObject>,
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
export class DiscBurning extends jspb.Message {
|
|
1876
|
+
|
|
1877
|
+
hasName(): boolean;
|
|
1878
|
+
clearName(): void;
|
|
1879
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1880
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1881
|
+
|
|
1882
|
+
hasBurnSupport(): boolean;
|
|
1883
|
+
clearBurnSupport(): void;
|
|
1884
|
+
getBurnSupport(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1885
|
+
setBurnSupport(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1886
|
+
|
|
1887
|
+
hasDeviceBufecd(): boolean;
|
|
1888
|
+
clearDeviceBufecd(): void;
|
|
1889
|
+
getDeviceBufecd(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1890
|
+
setDeviceBufecd(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1891
|
+
|
|
1892
|
+
hasDeviceCache(): boolean;
|
|
1893
|
+
clearDeviceCache(): void;
|
|
1894
|
+
getDeviceCache(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1895
|
+
setDeviceCache(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1896
|
+
|
|
1897
|
+
hasDeviceCdWrite(): boolean;
|
|
1898
|
+
clearDeviceCdWrite(): void;
|
|
1899
|
+
getDeviceCdWrite(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1900
|
+
setDeviceCdWrite(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1901
|
+
|
|
1902
|
+
hasDeviceDvdWrite(): boolean;
|
|
1903
|
+
clearDeviceDvdWrite(): void;
|
|
1904
|
+
getDeviceDvdWrite(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1905
|
+
setDeviceDvdWrite(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1906
|
+
|
|
1907
|
+
hasDeviceMedia(): boolean;
|
|
1908
|
+
clearDeviceMedia(): void;
|
|
1909
|
+
getDeviceMedia(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1910
|
+
setDeviceMedia(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1911
|
+
|
|
1912
|
+
hasDeviceReadDvd(): boolean;
|
|
1913
|
+
clearDeviceReadDvd(): void;
|
|
1914
|
+
getDeviceReadDvd(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1915
|
+
setDeviceReadDvd(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1916
|
+
|
|
1917
|
+
hasDeviceStrategies(): boolean;
|
|
1918
|
+
clearDeviceStrategies(): void;
|
|
1919
|
+
getDeviceStrategies(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1920
|
+
setDeviceStrategies(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1921
|
+
|
|
1922
|
+
hasFirmware(): boolean;
|
|
1923
|
+
clearFirmware(): void;
|
|
1924
|
+
getFirmware(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1925
|
+
setFirmware(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1926
|
+
|
|
1927
|
+
hasInterconnect(): boolean;
|
|
1928
|
+
clearInterconnect(): void;
|
|
1929
|
+
getInterconnect(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1930
|
+
setInterconnect(value?: google_protobuf_wrappers_pb.StringValue): DiscBurning;
|
|
1931
|
+
|
|
1932
|
+
serializeBinary(): Uint8Array;
|
|
1933
|
+
toObject(includeInstance?: boolean): DiscBurning.AsObject;
|
|
1934
|
+
static toObject(includeInstance: boolean, msg: DiscBurning): DiscBurning.AsObject;
|
|
1935
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1936
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1937
|
+
static serializeBinaryToWriter(message: DiscBurning, writer: jspb.BinaryWriter): void;
|
|
1938
|
+
static deserializeBinary(bytes: Uint8Array): DiscBurning;
|
|
1939
|
+
static deserializeBinaryFromReader(message: DiscBurning, reader: jspb.BinaryReader): DiscBurning;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
export namespace DiscBurning {
|
|
1943
|
+
export type AsObject = {
|
|
1944
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1945
|
+
burnSupport?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1946
|
+
deviceBufecd?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1947
|
+
deviceCache?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1948
|
+
deviceCdWrite?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1949
|
+
deviceDvdWrite?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1950
|
+
deviceMedia?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1951
|
+
deviceReadDvd?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1952
|
+
deviceStrategies?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1953
|
+
firmware?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1954
|
+
interconnect?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1955
|
+
}
|
|
1956
|
+
}
|