fileReadAsyncComplete method

bool fileReadAsyncComplete(
  1. SteamApiCall hReadCall,
  2. Pointer<Void> pvBuffer,
  3. int cubToRead
)

Implementation

bool fileReadAsyncComplete(
  SteamApiCall hReadCall,
  Pointer<Void> pvBuffer,
  int cubToRead,
) =>
    _fileReadAsyncComplete.call(
      this,
      hReadCall,
      pvBuffer,
      cubToRead,
    );