Get Network Names
Description
Gets network names.
Function Signature:
def get_network_names() -> NetworkInfo:
Parameters
- (None)
Returns
- NetworkInfo: Return value from the function.
Example Usage
# Example usage
result = get_network_names()
print(result)
Behavior
- Executes the function logic with the provided arguments.
- On success, returns the computed value or result object.
Error Handling
- Exceptions are handled within the function where implemented.