프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Source | IAsyncDataSource | ||
Writer | IAsyncDataWriter |
메소드 | 설명 | |
---|---|---|
AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System | ||
Read ( byte buffer, int offset, int count ) : Future |
||
Write ( byte buffer, int offset, int count ) : SignalFuture |
메소드 | 설명 | |
---|---|---|
IDisposable ( ) : void |
public AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System | ||
source | IAsyncDataSource | |
writer | IAsyncDataWriter | |
리턴 | System |
public Read ( byte buffer, int offset, int count ) : Future |
||
buffer | byte | |
offset | int | |
count | int | |
리턴 | Future |
public Write ( byte buffer, int offset, int count ) : SignalFuture | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | SignalFuture |