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 tupel at the requested index. |