16 lines
454 B
JavaScript
16 lines
454 B
JavaScript
|
// @ts-check
|
||
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||
|
// This file is automatically generated. DO NOT EDIT
|
||
|
|
||
|
export function Close() {
|
||
|
return window['go']['service']['SQLiteHelper']['Close']();
|
||
|
}
|
||
|
|
||
|
export function QueryMacAddressByPrefix(arg1) {
|
||
|
return window['go']['service']['SQLiteHelper']['QueryMacAddressByPrefix'](arg1);
|
||
|
}
|
||
|
|
||
|
export function QueryVersion() {
|
||
|
return window['go']['service']['SQLiteHelper']['QueryVersion']();
|
||
|
}
|