Sony KV-DZ29M30 Service Manual page 162

Trinitron color tv
Hide thumbs Also See for KV-DZ29M30:
Table of Contents

Advertisement

pbuffer
The buffer address returned from AWAITIOX.
Example:
/* Global Storage */
short nserv_index1;
char *encr_ctx;
char *pbuffer;
...
/* Local Storage */
long long process_time = 0ll;
long niotagret;
unsigned short ncountret;
short nerror
,nencr_error
,nfilenum = (-1);
char _far *pbufaddrret = NULL;
_cc_status cc;
/*
Wait for a completion. An application would specify an I/O tag when it
/*
initiated the send operation that could later be identified and
/*
associated with this send. In this sample program we use 1234.
cc = AWAITIOX (&nfilenum
,(__int32_t _far *) &pbufaddrret
,&ncountret
,&niotagret);
/*
Check for errors
if (!_status_eq(cc))
{
FILE_GETINFO_ (nscsend_op_num
,(short _far *) &nerror);
/*
Error handling
}
...
nerror = __XYPRO_ENCR_IO_COMPLETED ((long _far *) encr_ctx
XYPRO Technology Corporation
®
XYGATE
Data Protection
Appendix E: XDP API Procedures
/*
Pathway server index, method 1
/*
Encryption context pointer
/*
I/O buffer
/*
Encr process time in microsends
/*
I/O tag for the send
/*
Returned count from AWAITIOX
/*
Receives error codes
/*
Encryption API detailed error code
/*
File number for AWAITIOX
/*
Buf ptr from AWAITIOX
*/
*/
,nfilenum
,nserv_index1
,(short) ncountret
,(long long _far *) &process_time
,(short _far *) &nencr_error
,(char _far *) pbufaddrret);
Reference Manual
/*
CC for AWAITIOX
142
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
Proprietary and Confidential

Advertisement

Table of Contents
loading

This manual is also suitable for:

Kv-dz29m61Kv-dz29m91

Table of Contents