GigEVision_DeviceDescriptor
Description
This function stores information identifying single GigE Vision device.
struct GigEVision_DeviceDescriptor { ftl::String IpAddress; ftl::String MacAddress; ftl::String SerialNumber; ftl::String ManufacturerName; ftl::String ModelName; ftl::String UserId; };
- IpAddress - current device IPv4 network address represented as text.
- MacAddress - device network interface hardware address represented as text.
- SerialNumber - device serial number (when supported by device).
- ManufacturerName - name of device manufacturer.
- ModelName - name of device model.
- UserId - when supported and set in device, user specified textual ID of device.