次の方法で共有


IConnection.Read(Byte[], Int32, Int32, TimeSpan) メソッド

定義

public:
 int Read(cli::array <System::Byte> ^ buffer, int offset, int size, TimeSpan timeout);
public int Read (byte[] buffer, int offset, int size, TimeSpan timeout);
abstract member Read : byte[] * int * int * TimeSpan -> int
Public Function Read (buffer As Byte(), offset As Integer, size As Integer, timeout As TimeSpan) As Integer

パラメーター

buffer
Byte[]
offset
Int32
size
Int32
timeout
TimeSpan

戻り値

適用対象