UNPKG

yimultiscreenserver-sdk-web-migration

Version:

YiMultiScreenServer SDK for Web

13 lines 367 B
import { ControllerDeviceType } from "./ControllerDeviceType"; export declare class ControllerDeviceVO { guid: string; controllerDeviceType: ControllerDeviceType; ip: string; gateway: string; mask: string; outIp: string; constructor(); equals(o: any): boolean; toString(): string; } //# sourceMappingURL=ControllerDeviceVO.d.ts.map