Interface IHislipInstr
Description
The interface for properties specific to HiSLIP INSTR sessions.
IHislipInstr derives from ITcpipInstr.
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. |
|
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 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 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. |