Returns the internal port name.
[Example]
portName = olpPort.GetName()
Returns the human readable port comment. This is the externally visible name that can be seen and customized by the user.
[Example]
portComment = olpPort.GetComment()
|
|
The value type of the port as unsigned integer
|
Returns the value type of the resource as unsigned integer.
[Example]
portValueType = olpPort.GetValueType()
|
|
The direction of the port as unsigned integer
|
Returns the direction of the port as unsigned integer.
[Example]
portDirection = olpPort.GetPortDirection()
|