Class Attributes
# | Name | Access | Type | Value |
---|---|---|---|---|
1 | Revision | Get | UINT | 0002h (Object revision) |
2 | Max Instance | Get | UINT | Max. instance number |
3 | Number of Instances | Get | UINT | Number of ports currently created. |
8 | Entry Port | Get | UINT | Returns the instance of the Port Object that describes the port through which this request entered the device. |
9 | Port Instance Info | Get | Array of: | Array of structures containing instance attributes 1 and 2 from each instance. The array is indexed by instance number, up to the maximum number of instances. The value at index 1 (offset 0) and any non-instantiated instances will be zero. |
Struct of: UINT (Type) UINT (Number) | Enumerates the type of port (see instance attribute #1) CIP port number associated with this port (see instance attribute #2) |