interface PeripheralsLocation {
    CommPort?: string;
    FirstSenderSN?: string;
    FuncCardIndex?: number;
    IsEable?: boolean;
    PortIndex?: number;
    SenderIndex?: number;
    SensorIndex?: number;
    SensorType?: PeripheralsTypeEnum;
}

Hierarchy

Properties

CommPort?: string = t.string
FirstSenderSN?: string = t.string
FuncCardIndex?: number = common.Int32
IsEable?: boolean = common.Bool
PortIndex?: number = common.Int32
SenderIndex?: number = common.Int32
SensorIndex?: number = common.Int32
SensorType?: PeripheralsTypeEnum