interface SenderModulationInfo {
    IsUseDistributor?: boolean;
    ModulationModeTypeInfoList: ModulationModeTypeEnum[];
    PortIndex?: number;
    SenderIndex?: number;
}

Hierarchy

Properties

IsUseDistributor?: boolean
ModulationModeTypeInfoList: ModulationModeTypeEnum[]
PortIndex?: number
SenderIndex?: number