Searched defs:getType (Results 1 – 10 of 10) sorted by relevance
103 getType(uri: string, callback: AsyncCallback<string>): void; method114 getType(uri: string): Promise<string>; method
50 static getType(options?: { method in Network
2931 getType(): string; method
1283 getType(): tag.MifareClassicType; method1545 getType(): tag.MifareUltralightType; method
613 getType?(uri: string, callback: AsyncCallback<string>): void; method
525 getType(): string[] { method in PropertyInfo613 getType(): string[] { method in TypeAliasInfo858 getType(): string[] { method in ParamInfo
326 getType(): string { method in ApiResultSimpleInfo579 getType(): string { method in ApiResultMessage
426 ArkWeb_WebMessageType (*getType)(ArkWeb_WebMessagePtr webMessage); member
784 private static getType(node: ts.Node): string { method in AstNodeHelper
201 function getType(node) { function