Structure that encapsulates a subscriber's IP address and the timestamp of the request. More...
import "saeaccess.idl";
Public Attributes | |
string | ipAddress |
IP address in dotted decimal notation. | |
unsigned long long | timestamp |
Time in msec since 1970-01-01T00:00:00 UT. |
Structure that encapsulates a subscriber's IP address and the timestamp of the request.
The timestamp ensures that the subscriber can be identified by the IP address at a specified time. If the time is not known, it can be set to zero, in which case the SAE uses the current time.
NOTE: Setting the time to zero carries the risk that the IP address may be assigned to a different subscriber.
string sae.TimedAddress.ipAddress |
IP address in dotted decimal notation.
unsigned long long sae.TimedAddress.timestamp |
Time in msec since 1970-01-01T00:00:00 UT.