ComGetParameters
ComGetParameters returns the communications port settings for HP palmtop System Manager-compliant applications.
This function returns the complete set of port settings for the caller-specified port. The complete port settings include the basic HP 95LX portion, plus the extra settings introduced for the HP palmtop.
See the appropriate header file for the shape of the extended parameter structure.
- Syntax: err_t ComGetParameters(handle_t Handle, far *ComSettingsP)
- Parameters: handle_t Handle - The handle returned via a successful ComOpen.
far *ComSettingsP - Pointer to the structure which will receive the
current port settings
- Returns: 0 - if successful
Any other value indicates an error condition.
ENOTYOURS - The specified port has not been acquired by the calling
application.
- Comments: ComOpen() must first be called in order to get a valid handle to
the communications port.
This call is not compatible with HP 95LX System Manager-compliant
applications.