Character Arrays

What is the deal with the character packetBuffer array? I get that is is essentially 24, but why in the Udp.read line at the bottom is it referenced with a comma between the packetBuffer and UDP_... instead of brackets.

I basically just need an explanation on the UDP.read line.

Thanks

That notation provides the function with a pointer to the buffer as its first argument and the maximum number of characters as its second.