GigEVision_DeviceDescriptor
Description
This function stores information identifying single GigE Vision device.
struct GigEVision_DeviceDescriptor
{
atl::String IpAddress;
atl::String MacAddress;
atl::String SerialNumber;
atl::String ManufacturerName;
atl::String ModelName;
atl::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.
