| | Name | Description |
 | Address |
The TCP/IP address of the device to which the session is connected, formatted in
dot-notation.
(Inherited from Ivi.Visa.ITcpipSocketSession) |
 | EventQueueCapacity |
The capacity of the event queue - the maximum number of pending events.
(Inherited from Ivi.Visa.IVisaSession) |
 | FormattedIO |
A reference to the formatted I/O interface.
(Inherited from Ivi.Visa.IMessageBasedSession) |
 | HardwareInterfaceName |
Human readable text that describes the hardware interface.
(Inherited from Ivi.Visa.IVisaSession) |
 | HardwareInterfaceNumber |
The board number of the hardware interface.
(Inherited from Ivi.Visa.IVisaSession) |
 | HardwareInterfaceType |
Specifies the hardware interface type (GPIB, ASRL, etc.).
(Inherited from Ivi.Visa.IVisaSession) |
 | HostName |
The host name of the device. If no host name is available, this property is set to the
empty string.
(Inherited from Ivi.Visa.ITcpipSocketSession) |
 | IOProtocol |
The protocol type for I/O communication with the physical resource. In some cases you
may not be able to change the protocol, so reading this property value may not return
the same value that was set.
(Inherited from Ivi.Visa.IMessageBasedSession) |
 | KeepAlive |
If true, the TCP/IP provider enables the use of keep-alive packets on TCP connections.
(Inherited from Ivi.Visa.ITcpipSocketSession) |
 | NoDelay |
If true, the Nagle algorithm is disabled.
(Inherited from Ivi.Visa.ITcpipSocketSession) |
 | Port |
The port number for a given TCP/IP address (required for a TCP/IP SOCKET resource).
(Inherited from Ivi.Visa.ITcpipSocketSession) |
 | RawIO |
A reference to the raw I/O interface.
(Inherited from Ivi.Visa.IMessageBasedSession) |
 | ResourceClass |
The class of resource for this session (INSTR, INTFC, etc.).
(Inherited from Ivi.Visa.IVisaSession) |
 | ResourceImplementationVersion |
The version of this VISA.NET implementation.
(Inherited from Ivi.Visa.IVisaSession) |
 | ResourceLockState |
The current lock state of the resource for this session.
(Inherited from Ivi.Visa.IVisaSession) |
 | ResourceManufacturerId |
The IVI identification number of the software vendor of this VISA.NET implementation.
(Inherited from Ivi.Visa.IVisaSession) |
 | ResourceManufacturerName |
The name of the software vendor that corresponds to the ResourceManufacturerId property.
(Inherited from Ivi.Visa.IVisaSession) |
 | ResourceName |
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 descriptor used to
open/initialize the resource.
(Inherited from Ivi.Visa.IVisaSession) |
 | ResourceSpecificationVersion |
The version of the VISA.NET specification that describes the functionality provided by this
session.
(Inherited from Ivi.Visa.IVisaSession) |
 | SendEndEnabled |
Enables/disables sending the END signal on the last byte of a write.
(Inherited from Ivi.Visa.IMessageBasedSession) |
 | ServerCertificate |
The full text of the server certificate in RFC 5652 PEM format.
|
 | ServerCertificateExpirationDate |
The expiration date of the server certificate.
|
 | ServerCertificateIsPerpetual |
Indicates the certificate does not expire.
Note that this may indicate that the certificate is from an IDevID.
|
 | ServerCertificateIssuerName |
The name of the CA that signed the certificate.
For an LDevId this will indicate the name of the PKI CA.
|
 | ServerCertificateSubjectName |
The subject field from the certificate.
That is, the entity associated with the public key in the certificate.
|
 | SynchronizeCallbacks |
Specifies whether callbacks must be performed in a specific synchronization context.
If false, the implementation is allowed to execute callbacks in any context.
The default value is true.
(Inherited from Ivi.Visa.IVisaSession) |
 | TerminationCharacter |
The ASCII character used to end reading.
(Inherited from Ivi.Visa.IMessageBasedSession) |
 | TerminationCharacterEnabled |
If true, reads end when a termination character is received.
(Inherited from Ivi.Visa.IMessageBasedSession) |
 | TimeoutMilliseconds |
The I/O timeout in milliseconds for I/O communication on this resource session. If the
timeout is VisaConstants.ImmediateTimeout (0), operations will never wait for the device to respond. If the timeout
is VisaConstants.InfiniteTimeout (-1), I/O communication will not timeout.
(Inherited from Ivi.Visa.IVisaSession) |
 | TlsCipherSuite |
A string that indicates the cipher suite used by TLS, which tells the user something about the security of the connection.
For details, refer to https://www.iana.org/assignments/tls-parameters/tls-parameters.xml.
|