Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 521 Bytes

File metadata and controls

43 lines (38 loc) · 521 Bytes

dn-dffi-ext

static DFFI

callFunction($lib, $returnType, $functionName, Array $args, Array $types);
addSearchPath($lib, $path);

DFFIReferenceValue

DFFIReferenceValue($type);
DFFIReferenceValue($type, $value);
setValue($value);
getValue();

DFFIStruct

DFFIStruct($name, Array $types);
getResponse();

Типы

  • String
  • WString
  • Int
  • Long
  • Float
  • Double
  • Struct
  • Reference

DevelNext Foreign Function Interface