CDEVHIO::GetSmemSize Member Function

Syntax

#include <kmc/hio/CDevHIO.h>

int GetSmemSize(
     int ch
);

Arguments

Name Description
in ch Channel number (from 0 to DEVHIO_COMM_MAX_CHANNEL-1).

Return Values

Negative value: Error.
Zero or greater: Size of shared memory in bytes.

Description

Gets the size of the shared memory.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL