InputBuffer.Read Method | |
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax METHOD Read(
offset AS LONG,
buffer AS BYTE[],
size AS LONG
) AS LOGIC
public bool Read(
int offset,
byte[] buffer,
int size
)
Request Example
View SourceParameters
- offset
- Type: Long
- buffer
- Type: Byte
- size
- Type: Long
Return Value
Type:
LogicSee Also