public class PiI2CDeviceMockImpl
extends java.lang.Object
コンストラクタと説明 |
---|
PiI2CDeviceMockImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
read() |
int |
read(byte[] arg0,
int arg1,
int arg2) |
int |
read(byte[] arg0,
int arg1,
int arg2,
byte[] arg3,
int arg4,
int arg5) |
int |
read(int arg0) |
int |
read(int arg0,
byte[] arg1,
int arg2,
int arg3) |
void |
write(byte arg0) |
void |
write(byte[] buffer) |
void |
write(byte[] arg0,
int arg1,
int arg2) |
void |
write(int arg0,
byte arg1) |
void |
write(int address,
byte[] buffer) |
void |
write(int arg0,
byte[] arg1,
int arg2,
int arg3) |
public int read() throws java.io.IOException
java.io.IOException
public int read(int arg0) throws java.io.IOException
java.io.IOException
public int read(byte[] arg0, int arg1, int arg2) throws java.io.IOException
java.io.IOException
public int read(int arg0, byte[] arg1, int arg2, int arg3) throws java.io.IOException
java.io.IOException
public int read(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5) throws java.io.IOException
java.io.IOException
public void write(byte arg0) throws java.io.IOException
java.io.IOException
public void write(int arg0, byte arg1) throws java.io.IOException
java.io.IOException
public void write(byte[] arg0, int arg1, int arg2) throws java.io.IOException
java.io.IOException
public void write(int arg0, byte[] arg1, int arg2, int arg3) throws java.io.IOException
java.io.IOException
public void write(byte[] buffer) throws java.io.IOException
java.io.IOException
public void write(int address, byte[] buffer) throws java.io.IOException
java.io.IOException