Next: , Previous: , Up: Commands   [Contents][Index]


13.4.14 Resource Set (0x52)

Set a resource value in the emulator. See (Settings and resources)Settings and resources.

Command body:

1 byte: Type of the resource value

0x00: String, 0x01: Integer
Strings will be interpreted if the destination is an Integer.

1 byte: Resource name length = (&name)
(*name) bytes: The resource name
1 byte: Resource value length = (&value)
(*value) bytes: The resource value

Response type:

0x52: MON_RESPONSE_RESOURCE_SET

Response body:

Currently empty.