X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM.pod;h=669db1cc9a017faab359d36a17cf0f69f4b1fb91;hb=dec8a92bc09a9722823748dc041f20d0cda733de;hp=dbc7ae4e4c07d396d94c819ca3656aca73da27fc;hpb=5f457cb130c69411228cf63ed18bc1eaa579261a;p=ZOOM-Perl-moved-to-github.git 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 ];