setdatatype
Class: lib.pointer
Namespace: lib
Initialize type and size of lib.pointer object
Syntax
setdatatype(h,type,sizeD1,...,sizeDn)
Description
setdatatype(
sets data type to h
,type
,sizeD1,...,sizeDn
)lib.pointer
h
.
Input Arguments
h
— lib.pointer
object
handle
lib.pointer
object, specified as a handle.
type
— Data type
character vector
Data type, specified as a character vector. Use libfunctions
to get type information about functions in a shared C
library.
sizeD1,...,sizeDn
— Size of each dimension
double
Size of each dimension, specified as double
.
Examples
Set Size and Type of lib.pointer Output Variable
Load the shrlibsample
library.
if ~libisloaded('shrlibsample') addpath(fullfile(matlabroot,'extern','examples','shrlib')) loadlibrary('shrlibsample') end
The multDoubleRef
function takes a scalar value specified as doubleptr
. Create variable xp
as a lib.pointer
object, and call the function.
xp = libpointer('doublePtr',99); [xobj,xval] = calllib('shrlibsample','multDoubleRef',xp);
To use the variable xobj
, set its size and data type.
setdatatype(xobj,'doublePtr',1,1)
xobj.Value
ans = 495
Version History
Introduced before R2006a
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)