Interface ISequentialStream
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IStream
public interface ISequentialStream extends com4j.Com4jObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
remoteRead(com4j.Holder<java.lang.Byte> pv, int cb, com4j.Holder<java.lang.Integer> pcbRead)
int
remoteWrite(com4j.Holder<java.lang.Byte> pv, int cb)
-
-
-
Method Detail
-
remoteRead
void remoteRead(com4j.Holder<java.lang.Byte> pv, int cb, com4j.Holder<java.lang.Integer> pcbRead)
- Parameters:
pv
- Mandatory Holderparameter. cb
- Mandatory int parameter.pcbRead
- Mandatory Holderparameter.
-
remoteWrite
int remoteWrite(com4j.Holder<java.lang.Byte> pv, int cb)
- Parameters:
pv
- Mandatory Holderparameter. cb
- Mandatory int parameter.- Returns:
- Returns a value of type int
-
-