TCPTraceActivity (Object)

Interface representing TCPTraceActivity.

Role: This interface is used to work with TCPTraceActivity which consists of a various attributes.

Methods


Sub GetLineColor( oR, oG, oB)
Indicates the line Color property of trace.
Parameters:
oR,oG,oB
long. Get the line Color property defined in the trace activity(R,G,B values).
Func GetLineThickness() As
Indicates the line thickness property of trace.
Parameters:
oThickness
long. Get the line thickness property defined in the trace activity.
Func GetLineType() As
Indicates the line type property of trace.
Parameters:
oType
long. Get the line type property defined in the trace activity.
Func GetTCPTraceMode() As
Indicates if the tracing capability is active or not.
  • True: tracing capability activated
  • False: tracing capability deactivated
Parameters:
oTCPTraceMode
Boolean. Indicates if the tracing capability is active or not.
Sub SetLineColor( iR, iG, iB)
Indicates the line Color property of trace.
Parameters:
iR,iG,iB
long. Set the line Color property for the trace activity(R,G,B values).
Sub SetLineThickness( iThickness)
Indicates the line thickness property of trace.
Parameters:
iThickness
long. Set the line thickness property for the trace activity.
Sub SetLineType( iType)
Indicates the line type property of trace.
Parameters:
iType
long. Set the line type property for the trace.
Sub SetTCPTraceMode( iTCPTraceMode)
Set the tracing capability as active or not.
  • True: tracing capability activated
  • False: tracing capability deactivated
Parameters:
iTCPTraceMode
Boolean. Value to set.