Method SetParameterBinary
SetParameterBinary(SLProtocol, int, byte[])
Sets the value of the specified parameter to the specified byte array.
[Obsolete("Use protocol.SetParameterBinary instead", false)]
public static void SetParameterBinary(SLProtocol protocol, int pid, byte[] data)
Parameters
protocol
SLProtocolInstance that implements SLProtocol.
pid
intThe ID of the parameter.
data
byte[]The binary data to set.
Remarks
- This method acts as a wrapper for a NotifyProtocol type 177 call NT_SET_BINARY_DATA.
- Setting a parameter value using this method does not trigger a change event.