Table of Contents

Method SetParameterBinary

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

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 SLProtocol

Instance that implements SLProtocol.

pid int

The 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.