public class ProjectorDeviceControl extends ClusteredDevice
| Constructor and Description |
|---|
ProjectorDeviceControl(java.lang.String deviceName)
Creates the default shared properties of a network cluster for a device.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedProperty<java.util.ArrayList<ContentTransferedMessage>> |
getContentTransferToProjectorControl()
Get the value of the network cluster property representing messages
relating content arriving on a projector.
|
DistributedProperty<PerformActionMessage> |
getProjectorAlignControl()
Get the value of the network cluster property representing messages
relating to aligning contents on a projector.
|
DistributedProperty<PerformActionMessage> |
getProjectorClearControl()
Get the value of the network cluster property representing messages
relating to clearing a projector.
|
DistributedProperty<java.lang.String[]> |
getSendContentsToTablesControl()
Get the value of the network cluster property representing messages
relating to sending projected contents to tables.
|
getDistributedPropertyMap, getNameOfOwnerDevicepublic ProjectorDeviceControl(java.lang.String deviceName)
deviceName - ID of the device being initiated on the network
cluster.public DistributedProperty<java.util.ArrayList<ContentTransferedMessage>> getContentTransferToProjectorControl()
public DistributedProperty<PerformActionMessage> getProjectorAlignControl()
public DistributedProperty<PerformActionMessage> getProjectorClearControl()
public DistributedProperty<java.lang.String[]> getSendContentsToTablesControl()