From: mike Date: Wed, 12 Apr 2006 12:03:10 +0000 (+0000) Subject: Document event_str() X-Git-Tag: cpan_1_22~181 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=dec8a92bc09a9722823748dc041f20d0cda733de;p=ZOOM-Perl-moved-to-github.git Document event_str() --- diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index dbc7ae4..669db1c 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -1,4 +1,4 @@ -# $Id: ZOOM.pod,v 1.34 2006-04-12 08:49:20 mike Exp $ +# $Id: ZOOM.pod,v 1.35 2006-04-12 12:03:10 mike Exp $ use strict; use warnings; @@ -39,8 +39,8 @@ API such as ZOOM is that all implementations should be compatible anyway; but knowing that the same code is running is reassuring.) The ZOOM module provides two enumerations (C and -C), two utility functions C and C in -the C package itself, and eight classes: +C), three utility functions C, C +and C in the C package itself, and eight classes: C, C, C, @@ -97,6 +97,14 @@ C, irrespective of whether it is a member of the C enumeration or drawn from the BIB-1 diagnostic set. +=head2 ZOOM::event_str() + + $msg = ZOOM::event_str(ZOOM::Event::RECV_APDU); + +Returns a human-readable English-language string corresponding to the +event code that is its own parameter. This works for any value of the +C enumeration. + =head2 ZOOM::event() $connsRef = [ $conn1, $conn2, $conn3 ];