public class ZigBeeGroupProtocolMessageRequest extends Object
Constructor and Description |
---|
ZigBeeGroupProtocolMessageRequest(int clusterID,
int commandID,
byte[] payload,
boolean clientToServer,
boolean isGeneralCommand,
boolean requiresResponse)
Constructs a protocol requests specifical for
Group.sendProtocolMessage(Object...) |
public ZigBeeGroupProtocolMessageRequest(int clusterID, int commandID, byte[] payload, boolean clientToServer, boolean isGeneralCommand, boolean requiresResponse)
Group.sendProtocolMessage(Object...)
clusterID
- ClusterID the cluster to send the protocol messagecommandID
- The CommandID to send the protocol messagepayload
- The Payload of the protocol messageclientToServer
- true if sending from client cluster to server cluster, false if server cluster to clientisGeneralCommand
- true, if the command is a general command, false zclrequiresResponse
- true, if the command requires a response, false otherwiseIllegalArgumentException
- if ClusterID is value is not [0, 65534] or if command is not between [0, 254]Copyright © 2021. All rights reserved.