Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
13
VApp/node_modules/mqtt/build/lib/topic-alias-send.d.ts
generated
vendored
Normal file
13
VApp/node_modules/mqtt/build/lib/topic-alias-send.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export default class TopicAliasSend {
|
||||
private aliasToTopic;
|
||||
private topicToAlias;
|
||||
private max;
|
||||
private numberAllocator;
|
||||
length: number;
|
||||
constructor(max: number);
|
||||
put(topic: string, alias: number): boolean;
|
||||
getTopicByAlias(alias: number): string;
|
||||
getAliasByTopic(topic: string): number | undefined;
|
||||
clear(): void;
|
||||
getLruAlias(): number;
|
||||
}
|
||||
Reference in New Issue
Block a user