CRxIPv4::operator[] Operator
C++
unsigned char operator[](unsigned uIdx)
Array indexer operator.
Parameters
[unsigned] uIdx |
The index for the part of the IP to be requested. |
Returns
unsigned char |
The value of the IP tuple at the requested index. |