Document e_name()

This commit is contained in:
Eric Miller
2008-07-14 03:13:14 +00:00
parent d02c6ab450
commit 5a983c9600
3 changed files with 12 additions and 0 deletions

View File

@@ -668,6 +668,10 @@ Returns ns_e_class().
Returns ns_e_descr(). Returns ns_e_descr().
=item $bayhub->e_name()
Returns ns_e_name().
=item $bayhub->e_fwver() =item $bayhub->e_fwver()
Returns ns_e_fwver(). Returns ns_e_fwver().

View File

@@ -628,6 +628,10 @@ If the device doesn't support C<entPhysicalClass>, this will try ns_e_class().
If the device doesn't support C<entPhysicalDescr>, this will try ns_e_descr(). If the device doesn't support C<entPhysicalDescr>, this will try ns_e_descr().
=item $baystack->e_name()
If the device doesn't support C<entPhysicalName>, this will try ns_e_name().
=item $baystack->e_fwver() =item $baystack->e_fwver()
If the device doesn't support C<entPhysicalFirmwareRev>, this will try If the device doesn't support C<entPhysicalFirmwareRev>, this will try

View File

@@ -1209,6 +1209,10 @@ class only returns container, module, and power supply types.
Returns reference to hash. Key: IID, Value: Human friendly name. Returns reference to hash. Key: IID, Value: Human friendly name.
=item $passport->e_name()
Returns reference to hash. Key: IID, Value: Human friendly name.
=item $passport->e_hwver() =item $passport->e_hwver()
Returns reference to hash. Key: IID, Value: Hardware version. Returns reference to hash. Key: IID, Value: Hardware version.