Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
MitakaMakers committed Oct 13, 2023
1 parent 886942f commit 33b9f23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/Ivi.Visa/Ivi.Visa.IUsbSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#
Expand Down
2 changes: 1 addition & 1 deletion docs/Ivi.Visa/Ivi.Visa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.|

Expand Down

0 comments on commit 33b9f23

Please sign in to comment.