- or download this
int
dx_playf(chdev, fnamep) /* must put tpt here, and am .still. not clear
+ */
...
RETVAL = dx_playf(chdev, fnamep, tptmp, 0);
OUTPUT:
RETVAL
- or download this
typedef struct DV_TPT {
unsigned short tp_type; /* Flags describing t
+his entry */
...
unsigned short rfu; /* Reserved
+ */
DV_TPT *tp_nextp; /* Pointer to next te
+rmination TPT */
}DV_TPT;
- or download this
int
dx_open(chdev, mode)
...
int chdev
int hookstate
unsigned short mode
- or download this
$chdev = Starla::dx::dx_open("dxxxB1C1",0) or die "Cannot open dxxxB1
+C1 ($!)\n";
print "Device is $chdev ($!), state is ";
$tmp = Starla::dx::ATDX_STATE($chdev);
print "$tmp ($!)\n";