System information API
IntroductionAPIs for getting information about the system, such as device name, model, etc. Functions
GetDeviceModelStringGets the model string for the device (e.g. "Device1,1"). char * GetDeviceModelString( char *inBuf, size_t inMaxLen ); ParametersReturn ValuePointer to "inBuf". GetDeviceNameGets the most user-friendly name available for the device. char * GetDeviceName( char *inBuf, size_t inMaxLen ); ParametersReturn ValuePointer to "inBuf" or a constant, empty string if "inMaxLen" is 0. GetPlatformMaxSocketBufferSizeGets the maximum socket buffer size. int GetPlatformMaxSocketBufferSize( int direction ); ParametersReturn Valuereturns the maximum socket buffer size for the requested direction. Typedefs |