virtual void setValue( oscs_ConstString name, oscs_Int32 value ) ;
Sets the value of the attribute named name to value.
ostc_UnknownAttribute is thrown if there is no attribute with the specified name.
virtual void setValue( oscs_ConstString name, oscs_Int64 value ) ;
Sets the value of the attribute named name to value.
ostc_UnknownAttribute is thrown if there is no attribute with the specified name.
virtual void setValue( oscs_ConstString name, oscs_ConstString value );
Sets the value of the attribute named name to value.
ostc_UnknownAttribute is thrown if there is no attribute with the specified name.
virtual void setValue( oscs_ConstString name, oscs_Float value ) ;
Sets the value of the attribute named name to value.
ostc_UnknownAttribute is thrown if there is no attribute with the specified name.
virtual void setValue( oscs_ConstString name, oscs_Double value ) ;
Sets the value of the attribute named name to value.
ostc_UnknownAttribute is thrown if there is no attribute with the specified name.
virtual void setValue( oscs_ConstString name, ostc_OID* value ) ;
Sets the value of the attribute named name to value.
ostc_UnknownAttribute is thrown if there is no attribute with the specified name.
virtual void setValue( oscs_ConstString name, void* value, oscs_Uint32 length ) ;
Sets the value of the attribute named name to the bit stream value.
length is the length of value.
ostc_UnknownAttribute is thrown if there is no attribute with the specified name.