@mos-connection/helper
Version:
Helper functions for the MOS-connection library
13 lines • 476 B
TypeScript
import * as XMLBuilder from 'xmlbuilder';
import { MosMessage } from '../MosMessage';
import { IMOSString128 } from '@mos-connection/model';
export interface ROReadyToAirOptions {
roId: IMOSString128;
roAir: 'READY' | 'NOT READY';
}
export declare class ROReadyToAir extends MosMessage {
private options;
constructor(options: ROReadyToAirOptions, strict: boolean);
get messageXMLBlocks(): XMLBuilder.XMLElement;
}
//# sourceMappingURL=roReadyToAir.d.ts.map