Interface IHislipInstr2
Description
The interface for properties specific to HiSLIP INSTR2 sessions.
IHislipInstr2 derives from IHislipInstr.
Methods
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. |
|
Control the REN line (remote/local) state of the device. |
|
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. |
|
Locks the resource. |
|
Unlocks the resource |
Properties
Returns the device's TCP/IP address. |
|
A numeric version for this component. |
|
Returns the LAN device name. |
|
Gets or sets a value indicating whether the encryption is enabled for HiSlip secure connections. |
|
Returns the name of the hardware interface. |
|
Returns the hardware interface number. |
|
Returns the hardware interface type. |
|
Returns the TCP/IP hostname of the device. |
|
Returns a value indicating whether or not the connection is Hislip. |
|
Returns 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. |
|
Returns the current locking state of the interface. |
|
Get or set the HiSLIP maximum message size in kBytes (1024 bytes). |
|
Returns the current state of all settable properties |
|
Get or set the HiSLIP overlap enabled mode. |
|
Returns the programmatic ID that can be used by COM to create this object. |
|
Returns the negotiated HiSLIP protocol version. |
|
Returns 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. |
|
Returns the session type string, such as "INSTR" or "INTFC". |
|
Returns the manufacturer ID of the software component. |
|
Returns the manufacturer name of the software component. |
|
Returns the VISA COM I/O specification version. |
|
Get or set the I/O timeout in milliseconds for I/O communication on this resource session. |
|
Returns the TLS cipher suite used by the connection. |