Gets the protocol specific device configuration | |
Syntax: | Set object =
object.ProtocolObject object.ProtocolObject = object |
Description: | The CimDevice.ProtocolObject returns an
protocol specific object to configure the device or nothing if no
protocol specific configuration. For example, when configuring a
Series 90 (S90_TCPIP) device a CimS90_TCPIPDevice object is
returned to configure the IP address of the device. Examples d.ProtocolObject.IPAddress = "3.26.7.223" |