Specifies that the parameter data
is American National Stardard Code for
Intormation Interchange (ASCII).
"asciiz"
Specifies that the parameter data
is a zero terminated American National Stardard
Code for Intormation Interchange (ASCII).
"bit"
Specifies that the parameter data
is a single bit.
"boolean"
Specifies that the parameter data
is a boolean.
"boolean[]"
Specifies that the parameter data
is a boolean array.
"byte"
Specifies that the parameter data
is a signed byte (8 bits). A signed byte ranges
in value between -128 and 127.
"byte[]"
Specifies that the parameter data
is a signed byte (8 bits) array. A signed byte ranges
in value between -128 and 127.
"bytes"
Specifies that the parameter data
is an array of bytes.
"double"
Specifies that the parameter data
is a double.
"double[]"
Specifies that the parameter data
is a double array.
"float"
Specifies that the parameter data
is a float.
"float[]"
Specifies that the parameter data
is a float array.
"hexascii"
Specifies that the parameter data
is a HEX (base 16) number in American National
Stardard Code for Intormation Interchange (ASCII).
"hexstring"
Specifies that the parameter data
is a HEX (base 16) number String.
"int"
Specifies that the parameter data
is a signed integer (32 bits). A signed integer
ranges in value between -2147483648 and 2147483647.
"int[]"
Specifies that the parameter data
is a signed integer (32 bits) array. A signed integer
ranges in value between -2147483648 and 2147483647.
"long"
Specifies that the parameter data
is a signed long (64 bits). A signed long ranges
in value between -9223372036854775808 and 9223372036854775807.
"long[]"
Specifies that the parameter data
is a signed long (64 bits) array. A signed long ranges
in value between -9223372036854775808 and 9223372036854775807.
"nascii"
Specifies that the parameter data
is an American National Stardard Code for
Intormation Interchange (ASCII) number.
"nstring"
Specifies that the parameter data
is a numeric string.
"numericstring"
Specifies that the parameter data
is numeric string.
"short"
Specifies that the parameter data
is a signed short (16 bits). A signed short
ranges in value between -32768 and 32767.
"string"
Specifies that the parameter data
is a string .
"ubyte"
Specifies that the parameter data
is an unsigned byte (8 bits). An unsigned byte
ranges in value between 0 and 255.
"ubytes"
Specifies that the parameter data
is an unsigned bytes (8 bits).
"uint"
Specifies that the parameter data
is an unsigned integer (32 bits).
"ulong"
Specifies that the parameter data
is an unsigned long (64 bits).
"ushort"
Specifies that the parameter data
is an unsigned short (16 bits). An unsigned
value ranges from 0 to 65535.