Pylon::TLType#
Attributes#
Name | |
---|---|
const char *const | TLTypeGigE Value for the GigE Vision transport layer. |
const char *const | TLTypeUSB Value for the USB3 Vision transport layer. |
const char *const | TLType1394 Value for the IIDC 1394 transport layer. |
const char *const | TLTypeCL Value for the Camera Link transport layer. |
const char *const | TLTypeCamEmu Value for the camera emulator transport layer. |
const char *const | TLTypeIPCam Value for the IP camera transport layer. |
const char *const | TLTypeCXP Value for the CoaXPress transport layer. |
const char *const | TLTypeCustom Value for the "Custom" transport layer. |
Attributes Documentation#
TLTypeGigE#
const char *const TLTypeGigE = "GEV";
Value for the GigE Vision transport layer.
TLTypeUSB#
const char *const TLTypeUSB = "U3V";
Value for the USB3 Vision transport layer.
TLType1394#
const char *const TLType1394 = "IIDC";
Value for the IIDC 1394 transport layer.
TLTypeCL#
const char *const TLTypeCL = "CL";
Value for the Camera Link transport layer.
TLTypeCamEmu#
const char *const TLTypeCamEmu = "CamEmu";
Value for the camera emulator transport layer.
TLTypeIPCam#
const char *const TLTypeIPCam = "IPCam";
Value for the IP camera transport layer.
TLTypeCXP#
const char *const TLTypeCXP = "CXP";
Value for the CoaXPress transport layer.
TLTypeCustom#
const char *const TLTypeCustom = "Custom";
Value for the "Custom" transport layer.
Updated on 5 July 2022 at 15:30:00