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

Hierarchy

Properties

IsUseDistributor?: boolean = common.Bool
ModulationModeTypeInfoList: ModulationModeTypeEnum[] = ...
PortIndex?: number = common.UInt8
SenderIndex?: number = common.UInt8