Interface ITcpipInstr2
Description
The interface for properties specific to TCPIP INSTR sessions.
ITcpipInstr2 derives from ITcpipInstr.
Methods
Use of this method is discouraged. All the non-deprecated standard attributes are accessible via properties on the appropriate COM interfaces. |
|
Use of this method is discouraged. All the non-deprecated standard attributes are accessible via properties on the appropriate COM interfaces. |
|
Locks the resource. |
|
Unlocks the resource |
|
Opens the resource. This is the first method on IVisaSession or any of its derived interfaces to be called. In general, you will not call this method because you will use the Resource Manager to create resources. |
|
Closes the resource. Sending the resource's COM object's reference count to zero (and thus destroying the object) also executes a close, but this method may be useful for environments with garbage collection or other facilities that make object lifetimes non-deterministic. |
Properties
The TCPIP address of the device to which the session is connected. This string is formatted in dot-notation. |
|
A numeric version for this component. |
|
Specifies the LAN device name used by the VXI-11 protocol during connection. |
|
The name of the hardware interface (GPIB, ASRL, etc.). |
|
The board number of the hardware interface. |
|
The type number of the hardware interface. |
|
Specifies the host name of the device. If no host name is available, this attribute returns an empty string. |
|
Returns a value indicating whether or not the connection is Hislip. |
|
The return value from the last method call on this interface. This property may be useful in Visual Basic, where positive return values, such as warnings and other non-error return values, cannot be retrieved. See the Return Values page for a list of positive return values. |
|
The current locking state of the interface. |
|
The option string corresponding to the current state of the resource. |
|
The programmatic ID that can be used by COM to create this object. |
|
The VISA resource name of the currently open resource. This name is the canonical version of the resource name and therefore may vary from the resource string used to open/init the resource. |
|
Returns the SASL mechanism used by the connection. |
|
Returns the full text of the server certificate in the RFC 5652 PEM format. |
|
Returns the expiration date of the server certificate. |
|
Returns a value indicating whether the server certificate is perpetual or not. |
|
Returns the issuer name of the server certificate. |
|
Returns the subject name of the server certificate. |
|
The session type string, such as "INSTR" or "INTFC". |
|
The ID number of the vendor of this software component. |
|
The name of the vendor of this software component. |
|
The VISA-defined version information for the specification version to which this component complies. |
|
The I/O timeout in milliseconds for I/O communication on this resource session. |
|
Returns the TLS cipher suite used by the connection. |