type
value
rawValue
rc.apps.outputParams.set("op1","a"); const outputParam = rc.apps.outputParams.get("op1"); rc.console.log("value : " + outputParam.value); rc.console.log("type : " + outputParam.type); rc.console.log("rawValue : " + outputParam.rawValue); |
value : a type : 2 rawValue : a |
VARIANT getBinaryValue(BinaryTargetType TargetType)
TargetType : welche binäre Form soll erstellt werden.
enum BinaryTargetType { bttIStream = 0, bttUint8Array = 1 } |
Siehe auch rc.lib