pubsub [options] <command> <category> <key>
Display help.
Sets the specified property to this integer value.
Sets the specified property to this 16-bit descriptor value.
Force read / set this property, disregarding the TSecurityPolicy restrictions on the property. This option can be used with any of the commands. It uses RMemoryAccess to manipulate an RPropertyRef directly.
When specified in conjunction with the notify command, uses CBtracePubSub to get the notifications instead of using RProperty::Subscribe or memoryaccess.
When specified in conjunction with the get command, print out just the value, rather than the usual more verbose format that shows the category, key, type and value.
The command to run.
Get the value of the given key. Category and Key args must be specified.
Sets the value. Category and key must be specified along with one of --int or --string.
Like set, but defines the key first, if necessary, with an AlwaysPass security policy.
Print when this value changes. Category and key must be specified.
RProperty category UID, if applicable for the given command. [uint]
The id of the key (if applicable) for the specified command. [uint]
Get and set Publish and Subscribe (P&S) keys.
To set integer key zero on category 0x12345678 to 6 (for example) run:
pubsub set 0x12345678 0 --int 6
For P&S keys of type EByteArray, ELargeByteArray, EText or ELargeText, only the hexdump of the key is given because it is not possible to figure out which are text and which are binary data.
Copyright (c) 2008-2010 Accenture. All rights reserved.