public interface ISequentialStream
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
remoteRead(com4j.Holder<Byte> pv,
int cb,
com4j.Holder<Integer> pcbRead) |
int |
remoteWrite(com4j.Holder<Byte> pv,
int cb) |
void remoteRead(com4j.Holder<Byte> pv, int cb, com4j.Holder<Integer> pcbRead)
pv
- Mandatory Holdercb
- Mandatory int parameter.pcbRead
- Mandatory Holderint remoteWrite(com4j.Holder<Byte> pv, int cb)
pv
- Mandatory Holdercb
- Mandatory int parameter.Copyright © 2020. All rights reserved.