Type
Structure
Definition
The IP Address structure contains the IP address encoded as four bytes in the form Byte1.Byte2.Byte3.Byte4 representing the standard IP address format.
typedef struct _PXL_IP_ADDRESS
{
union
{
U8 U8Address[4];
U32 U32Address;
};
} PXL_IP_ADDRESS, *PPXL_IP_ADDRESS;
Usage
PxLSetCameraIPAddress, Camera ID Info structure