MemoryXReadInt32LE Method |
Reads the memory exchange from the specified offset and returns the data as a value.
Namespace:
Demo3D.Net.IPC
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntaxpublic abstract int ReadInt32LE(
int offset
)
Parameters
- offset
- Type: SystemInt32
Offset into the memory exchange.
Return Value
Type:
Int32The value read from the memory exchange.
See Also