UNPKG

yimultiscreenserver-sdk-web-migration

Version:

YiMultiScreenServer SDK for Web

15 lines 475 B
import { ControllerDeviceVO } from "../device/ControllerDeviceVO"; import { CastProtocol } from "./CastProtocol"; import { CastType } from "./CastType"; export declare class CastSessionVO { castSessionId: number; guid: string; displayCode: number; castType: CastType; castProtocol: CastProtocol; controllerDevice: ControllerDeviceVO; constructor(); equals(o: any): boolean; toString(): string; } //# sourceMappingURL=CastSessionVO.d.ts.map