Was this page helpful?
IP address for either IPv4 or IPv6.
Public Functions
Constructs an inet v4 object.
address – [in] An address of size CASS_INET_V4_LENGTH
An inet object.
Constructs an inet v6 object.
address – [in] An address of size CASS_INET_V6_LENGTH
An inet object.
Returns a null-terminated string for the specified inet.
inet – [in]
output – [out] A null-terminated string of length CASS_INET_STRING_LENGTH.
Returns an inet for the specified string.
Examples: “127.0.0.1” or “::1”
str – [in]
output – [out]
Same as cass_inet_from_string(), but with lengths for string parameters.
See also
str – [in]
str_length – [in]
output – [out]
same as cass_inet_from_string()
Was this page helpful?