IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfGatewayDaemonMapping

    IQRF Gateway Daemon mapping

    interface IqrfGatewayDaemonMapping {
        baudRate?: number;
        busEnableGpioPin: number;
        deviceType: MappingDeviceType;
        i2cEnableGpioPin?: number;
        id?: number;
        IqrfInterface: string;
        name: string;
        pgmSwitchGpioPin: number;
        powerEnableGpioPin: number;
        spiEnableGpioPin?: number;
        type: MappingType;
        uartEnableGpioPin?: number;
    }
    Index

    Properties

    baudRate?: number
    busEnableGpioPin: number
    deviceType: MappingDeviceType
    i2cEnableGpioPin?: number
    id?: number
    IqrfInterface: string
    name: string
    pgmSwitchGpioPin: number
    powerEnableGpioPin: number
    spiEnableGpioPin?: number
    uartEnableGpioPin?: number