Platforms to show: All Mac Windows Linux Cross-Platform

Back to DeclareFunctionMBS class.

Previous items

DeclareFunctionMBS.kTypeLong = "j"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

32/64-bit signed integer.
64-bit only for MacOS and Linux in 64-bit application.
Always 32-bit on Windows.

DeclareFunctionMBS.kTypePtr = "p"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

Pointer. Maybe a reference to an object or array.

DeclareFunctionMBS.kTypeShort = "s"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

16-bit signed integer.

DeclareFunctionMBS.kTypeString = "Z"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

C String with zero byte as terminator.

DeclareFunctionMBS.kTypeStruct = "T"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

Structure

DeclareFunctionMBS.kTypeUnsignedChar = "C"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

8 bit unsigned byte

DeclareFunctionMBS.kTypeUnsignedInt = "I"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

32-bit unsigned integer.

DeclareFunctionMBS.kTypeUnsignedInt64 = "L"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

64-bit unsigned integer.

DeclareFunctionMBS.kTypeUnsignedLong = "J"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

32/64-bit unsigned integer.
64-bit only for MacOS and Linux in 64-bit application.
Always 32-bit on Windows.

DeclareFunctionMBS.kTypeUnsignedShort = "S"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

16-bit unsigned integer.

DeclareFunctionMBS.kTypeVoid = "v"

Type Topic Plugin Version
const DynamicDeclares MBS Util Plugin 20.3
One of the parameter/return type codes.

Nothing to return.

Previous items

The items on this page are in the following plugins: MBS Util Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...