| Library | Module | Frames | Expand |
| Function | CreateStringParamValue | (Value as String) as IpfcParamValue |
| Creates a parameter value with the specified string value. | ||
| Function | CreateIntParamValue | (Value as Long) as IpfcParamValue |
| Creates a IpfcParamValue with the specified integer value. | ||
| Function | CreateBoolParamValue | (Value as Boolean) as IpfcParamValue |
| Creates a IpfcParamValue object with the specified Boolean value. | ||
| Function | CreateDoubleParamValue | (Value as Double) as IpfcParamValue |
| Creates a IpfcParamValue with the specified real value. | ||
| Function | CreateNoteParamValue | (Value as Long) as IpfcParamValue |
| Creates a note parameter. | ||
| Function | CreateStringParamValue | (Value as String) as IpfcParamValue |
|
Creates a parameter value with the specified string value.
|
| Function | CreateIntParamValue | (Value as Long) as IpfcParamValue |
|
Creates a IpfcParamValue with the specified integer value.
|
| Function | CreateBoolParamValue | (Value as Boolean) as IpfcParamValue |
|
Creates a IpfcParamValue object with the specified Boolean value.
|
| Function | CreateDoubleParamValue | (Value as Double) as IpfcParamValue |
|
Creates a IpfcParamValue with the specified real value.
|
| Function | CreateNoteParamValue | (Value as Long) as IpfcParamValue |
|
Creates a note parameter.
|