Returns protocol specific port configuration. | |
Syntax: | Set object = object.ProtocolObject |
Description: | CimPort.ProtocolObject is a automation
interface to protocol specific information for the port. Each
protocol may provide additional configuration parameters that can
be addressed through this interface. The example is for a port of
protocol S90_TCPIP (Series 90 Ethernet.) In this case
ProtocolObject returns a CimS90_TCPIPPort object, for other
communications protocol a different object or no object may be
returned. Examples myPort.ProtocolObject.CommunicationTimeoutMs =
20000 |