yw_packet_length

Name

yw_packet_length -- get length of packet

Synopsis


     #include <yw/packet.h>
   

int yw_packet_length(YwPacket *pkt);

DESCRIPTION

This function retrives length of pkt.

RETURN VALUE

Length of packet in words, including command word.

INFO

Generated from: packet.c,v 1.10 2001/05/21 09:58:51 malekith Exp.