From 33b9f23dfe038d6fc9b26b63fb4e9dbcb0198ba3 Mon Sep 17 00:00:00 2001 From: Mitaka Laboratory Date: Sat, 14 Oct 2023 07:13:44 +0900 Subject: [PATCH] update document --- docs/Ivi.Visa/Ivi.Visa.IUsbSession.md | 7 ++++--- docs/Ivi.Visa/Ivi.Visa.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Ivi.Visa/Ivi.Visa.IUsbSession.md b/docs/Ivi.Visa/Ivi.Visa.IUsbSession.md index a0e7bcd..57ae2ae 100644 --- a/docs/Ivi.Visa/Ivi.Visa.IUsbSession.md +++ b/docs/Ivi.Visa/Ivi.Visa.IUsbSession.md @@ -31,9 +31,10 @@ Inheritance:[System.IDisposable](https://learn.microsoft.com/en-us/dotnet/api/sy |Method Name| |---| -|[AssertTrigger()](#AssertTrigger-Method)| -|[Clear()](#Clear-Method)| -|[ReadStatusByte()](#ReadStatusByte-Method)| +|[ControlIn(Int16 requestType, Int16 request, Int16 value, Int16 index, Int16 length)](#ControlInInt16-requestType-Int16-request-Int16-value-Int16-index-Int16-length-Method)| +|[ControlOut(Int16 requestType, Int16 request, Int16 value, Int16 index)](#ControlOutInt16-requestType-Int16-request-Int16-value-Int16-index-Method)| +|[ControlOut(Int16 requestType, Int16 request, Int16 value, Int16 index, Byte[] data)](#ControlOutInt16-requestType-Int16-request-Int16-value-Int16-index-Byte-data-Method)| +|[SendRemoteLocalCommand(RemoteLocalMode mode)](#SendRemoteLocalCommandRemoteLocalMode-mode-Method)| ## Is4882Compliant Property ```C# diff --git a/docs/Ivi.Visa/Ivi.Visa.md b/docs/Ivi.Visa/Ivi.Visa.md index 90feffd..8d30a6e 100644 --- a/docs/Ivi.Visa/Ivi.Visa.md +++ b/docs/Ivi.Visa/Ivi.Visa.md @@ -33,7 +33,7 @@ English | [日本語](Ivi.Visa.ja.md) |[ISerialSession](Ivi.Visa.ISerialSession.md)|The INSTR session type for serial (RS-232) devices.| |[ITcpipSession](Ivi.Visa.ITcpipSession.md)|The INSTR session type for LAN devices.| |[ITcpipSocketSession](Ivi.Visa.ITcpipSocketSession.md)|The SOCKET session type for TCPIP devices.| -|[IUsbSesssion](Ivi.Visa.IUsbSesssion.md)|The INSTR session type for USBTMC devices.| +|[IUsbSession](Ivi.Visa.IUsbSession.md)|The INSTR session type for USBTMC devices.| |[IVisaSession](Ivi.Visa.IVisaSession.md)|The interface from which every VISA.NET session must derive.| |IVxiSession|The INSTR session type for VXI devices.|