setByte

The setByte method RequestDictionary class creates a byte variable.

public void setByte(java.lang.String name, byte b);

Parameters

name A string that specifies the variable to set.
b A byte variable.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.