pylonc/PylonC32BitMethods.h
pylon C bindings - 32 bit functions.
Functions
| Name |
GENAPIC_RESULT | PylonDeviceGetIntegerFeatureIncInt32(PYLON_DEVICE_HANDLE dev, const char * name, int32_t * value) |
GENAPIC_RESULT | PylonDeviceGetIntegerFeatureInt32(PYLON_DEVICE_HANDLE dev, const char * name, int32_t * value) |
GENAPIC_RESULT | PylonDeviceGetIntegerFeatureMaxInt32(PYLON_DEVICE_HANDLE dev, const char * name, int32_t * value) |
GENAPIC_RESULT | PylonDeviceGetIntegerFeatureMinInt32(PYLON_DEVICE_HANDLE dev, const char * name, int32_t * value) |
GENAPIC_RESULT | PylonDeviceSetIntegerFeatureInt32(PYLON_DEVICE_HANDLE dev, const char * name, int32_t value) |
Functions Documentation
function PylonDeviceGetIntegerFeatureIncInt32
GENAPIC_RESULT PylonDeviceGetIntegerFeatureIncInt32(
PYLON_DEVICE_HANDLE dev,
const char * name,
int32_t * value
)
function PylonDeviceGetIntegerFeatureInt32
GENAPIC_RESULT PylonDeviceGetIntegerFeatureInt32(
PYLON_DEVICE_HANDLE dev,
const char * name,
int32_t * value
)
function PylonDeviceGetIntegerFeatureMaxInt32
GENAPIC_RESULT PylonDeviceGetIntegerFeatureMaxInt32(
PYLON_DEVICE_HANDLE dev,
const char * name,
int32_t * value
)
function PylonDeviceGetIntegerFeatureMinInt32
GENAPIC_RESULT PylonDeviceGetIntegerFeatureMinInt32(
PYLON_DEVICE_HANDLE dev,
const char * name,
int32_t * value
)
function PylonDeviceSetIntegerFeatureInt32
GENAPIC_RESULT PylonDeviceSetIntegerFeatureInt32(
PYLON_DEVICE_HANDLE dev,
const char * name,
int32_t value
)