'Declaration Public Property NetworkNameType As EsclDeviceNetworkNameType
public EsclDeviceNetworkNameType NetworkNameType { get; set; }
public: __property EsclDeviceNetworkNameType get_NetworkNameType(); public: __property void set_NetworkNameType(
EsclDeviceNetworkNameType value
);
public:
property EsclDeviceNetworkNameType NetworkNameType { EsclDeviceNetworkNameType get(); void set(EsclDeviceNetworkNameType value); }
Property Value
Hostname - hostname will be used for communication with this eSCL device;
IP4Address - IP4-address will be used for communication with this eSCL device;
IP6Address - IP6-address will be used for communication with this eSCL device.
Default value is "IP4Address" for HTTP connection and "Hostname" for HTTPS connection.
IP4Address - IP4-address will be used for communication with this eSCL device;
IP6Address - IP6-address will be used for communication with this eSCL device.
Default value is "IP4Address" for HTTP connection and "Hostname" for HTTPS connection.