getName method
Returns the indexth name item in the collection.
getName(index )
Parameters
unsigned long index
Index into the collection.
Returns
String. The name at the indexth position in the NameList, or null if there is no name for the specified index or if the index is out of range.
这对您有帮助吗?