10 lines
320 B
TypeScript
10 lines
320 B
TypeScript
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||
|
// This file is automatically generated. DO NOT EDIT
|
||
|
import {service} from '../models';
|
||
|
|
||
|
export function Close():Promise<void>;
|
||
|
|
||
|
export function QueryMacAddressByPrefix(arg1:string):Promise<service.MacAddress>;
|
||
|
|
||
|
export function QueryVersion():Promise<string>;
|