Type alias ChangeGseOrSmvAddressOptions

ChangeGseOrSmvAddressOptions: {
    appId?: string;
    instType?: boolean;
    mac?: string;
    vlanId?: string;
    vlanPriority?: string;
}

Type declaration

  • Optional appId?: string

    APPID within P element in the GSE or SMV element

  • Optional instType?: boolean

    Whether xsi:type attributes shall be set

  • Optional mac?: string

    MAC-Address within P element in the GSE or SMV element

  • Optional vlanId?: string

    VLAN-ID within P element in the GSE or SMV element

  • Optional vlanPriority?: string

    VLAN-PRIORITY within P element in the GSE or SMV element

Generated using TypeDoc