onvif
    Preparing search index...

    Interface SetNetworkInterfaceDot1XConfiguration

    interface SetNetworkInterfaceDot1XConfiguration {
        dot1XID: string;
        token: string;
    }
    Index
    dot1XID: string

    The unique identifier of the 802.1X configuration to be set.

    token: string

    The unique identifier of the Network Interface on which the 802.1X configuration is to be set. (NOTE: the network interface token is defined in devicemgmt.wsdl as tt:ReferenceToken, which is a derived type of xs:string. To avoid importing all of common.xsd for this single type, the base type is used here.)