ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


ADMXRC_GetClockType

Prototype

ADMXRC_STATUS
ADMXRC_GetClockType(
    ADMXRC_HANDLE	     Card,
    ADMXRC_CLOCK_TYPE* ClockType);

Arguments

Argument Type Purpose
Card In The handle of the card whose reference clock type is required
ClockType Out Variable to receive the reference clock type

Return value

Value Meaning
ADMXRC_SUCCESS The reference clock type was returned successfully.
ADMXRC_INVALID_HANDLE Card was not a valid card handle

Description

This function returns the type of reference clock oscillator fitted to the card. An application does not required knowledge of the reference clock oscillator in order to program the clocks.

The ClockType parameter points to a variable of type ADMXRC_CLOCK_TYPE that is filled in with the type of clock oscillator fitted.

 


 Top of page