node-dmx
Preparing search index...
sendSet
Function sendSet
sendSet
(
transport
:
RdmTransport
,
destinationUid
:
UID
,
pid
:
number
,
options
:
RdmRequestOptions
,
parameterData
?:
Buffer
<
ArrayBufferLike
>
,
transportOptions
?:
RdmTransportOptions
,
)
:
Promise
<
RdmResponse
|
null
>
Convenience wrapper: build and send a SET request through a transport.
Parameters
transport
:
RdmTransport
destinationUid
:
UID
pid
:
number
options
:
RdmRequestOptions
Optional
parameterData
:
Buffer
<
ArrayBufferLike
>
Optional
transportOptions
:
RdmTransportOptions
Returns
Promise
<
RdmResponse
|
null
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
node-dmx
Loading...
Convenience wrapper: build and send a SET request through a transport.