ToString#
-
namespace Itala
Functions
-
GenICam::gcstring AddressToString(uint32_t address)#
Converts a four-byte address to a readable string representation in dotted-decimal format. This function is useful for displaying IP addresses, gateways and subnet masks as well.
- Returns:
String representation of the address in dotted-decimal format
-
GenICam::gcstring MacAddressToString(uint64_t address)#
Converts a MAC address to a readable string representation in colon-heaxadecimal format. This function is useful for displaying MAC addresses.
- Returns:
String representation of the address in colon-heaxadecimal format
-
GenICam::gcstring AddressToString(uint32_t address)#