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). dd>
- Func GetLineThickness() As
-
Indicates the line thickness property of trace.
- Parameters:
-
- oThickness
- long. Get the line thickness property defined in the trace activity. dd>
- Func GetLineType() As
-
Indicates the line type property of trace.
- Parameters:
-
- oType
- long. Get the line type property defined in the trace activity. dd>
- 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. dd>
- 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). dd>
- Sub SetLineThickness( iThickness)
-
Indicates the line thickness property of trace.
- Parameters:
-
- iThickness
- long. Set the line thickness property for the trace activity. dd>
- Sub SetLineType( iType)
-
Indicates the line type property of trace.
- Parameters:
-
- iType
- long. Set the line type property for the trace. dd>
- 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. dd>